clarify what happened to flag B00100000

This is just to clarify to anyone who may be reading the sources as to why B00100000 is missing from the flags defs. Not a big deal but I thought it would be useful…
pull/349/head
Shriramana Sharma 6 years ago committed by GitHub
parent 0e93f81280
commit 2b61408459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -79,6 +79,7 @@ typedef kaleidoscope::Key Key_;
#define RALT_HELD B00000100
#define SHIFT_HELD B00001000
#define GUI_HELD B00010000
// #define IS_MACRO B00100000 // defined in Kaleidoscope-Macros/src/MacroKeyDefs.h
#define SYNTHETIC B01000000
#define RESERVED B10000000

Loading…
Cancel
Save