ACCELERATORS resource
- Warning on
SHIFTorCONTROLwithoutVIRTKEY - Warning on ‘ASCII character not equivalent to virtual key code’ (example:
"^C", 1, VIRTKEY) - If both
ASCIIandVIRTKEYare specified,VIRTKEYalways takes precedence - Things that differ or are unclear from the documentation:
optionsandtypecan be intermixed, there is no enforced ordering- All parts of an accelerator require commas between them
- “When VIRTKEY is specified and event contains a string, event
must be[will be transformed to be] uppercase.”
- Some notes about how
eventis compiled:"^^"->^"ab"->ba"aba"(any > 2 char long string) -> invalid accelerator