Enum KeyMod
Symbolic key codes and modifier flags. ASCII and other printable characters below 256. Extended keys above 300. (Scintilla feature SCMOD_)
[Flags]
public enum KeyMod
  Fields
ALT = 4CTRL = 2META = 16NORM = 0SHIFT = 1SUPER = 8
Symbolic key codes and modifier flags. ASCII and other printable characters below 256. Extended keys above 300. (Scintilla feature SCMOD_)
[Flags]
public enum KeyMod
  ALT = 4CTRL = 2META = 16NORM = 0SHIFT = 1SUPER = 8