mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-21 03:07:08 +01:00
6 lines
179 B
Python
6 lines
179 B
Python
|
|
if ControlDown() and not AltDown() and not ShiftDown() and not MetaDown():
|
|
# handle Ctrl-XXX ...
|
|
HandleControl()
|
|
|