Search | Google it | Results 1 - 2 of 2 for funcall:isMetaKey (0.00 seconds) |
152: /* lock key needs no processing */ 153: if ( isMetaKey(code) ) goto skip; 154:
290: #define isShiftKey(c) ( (c) >= KC_SHT_R && (c) <= KC_CMD ) 291: #define isLockKey(c) ( isMetaKey(c) && !isShiftKey(c) ) 292: #define isMainCC(c) ( (c) >= KC_CC_U && (c) <= KC_CC_L )