We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538c192 commit 70c9abdCopy full SHA for 70c9abd
common/keycode.h
@@ -214,7 +214,7 @@ enum hid_keyboard_keypad_usage {
214
KC_LBRACKET,
215
KC_RBRACKET, /* 0x30 */
216
KC_BSLASH, /* \ (and |) */
217
- KC_NONUS_HASH, /* Non-US # and ~ */
+ KC_NONUS_HASH, /* Non-US # and ~ (Typically near the Enter key) */
218
KC_SCOLON, /* ; (and :) */
219
KC_QUOTE, /* ' and " */
220
KC_GRAVE, /* Grave accent and tilde */
@@ -264,7 +264,7 @@ enum hid_keyboard_keypad_usage {
264
KC_KP_9,
265
KC_KP_0,
266
KC_KP_DOT,
267
- KC_NONUS_BSLASH, /* Non-US \ and | */
+ KC_NONUS_BSLASH, /* Non-US \ and | (Typically near the Left-Shift key) */
268
KC_APPLICATION,
269
KC_POWER,
270
KC_KP_EQUAL,
0 commit comments