Enum for modifier keys that can be combined with Keys/Mouse Keys to create hotkeys. It reflects values of corresponding C++ Aspect_VKeyFlags enumeration defined by OCCT.

Enumeration Members

Enumeration Members

ALT: 1024
CTRL: 512
MENU: 2048
META: 4096
NONE: 0
SHIFT: 256