diff options
author | Jun Wako <wakojun@gmail.com> | 2015-04-23 17:20:59 +0900 |
---|---|---|
committer | Jun Wako <wakojun@gmail.com> | 2015-04-23 17:20:59 +0900 |
commit | f9045bea6e5bc8534d4b80ba826d4aad7dc68551 (patch) | |
tree | 592128fb9bfd7692e7b59cf458c758e532eec324 /tmk_core/doc | |
parent | 7c3f14b7bbc155a74162a28c0eb82c3f4c39a54b (diff) |
Fix typo of doc/keycode.txt
Diffstat (limited to 'tmk_core/doc')
-rw-r--r-- | tmk_core/doc/keycode.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/doc/keycode.txt b/tmk_core/doc/keycode.txt index 760c726e3b..44d7e27cd6 100644 --- a/tmk_core/doc/keycode.txt +++ b/tmk_core/doc/keycode.txt @@ -174,7 +174,7 @@ KC_CLEAR_AGAIN A2 Keyboard Clear/Again KC_CRSEL A3 Keyboard CrSel/Props KC_EXSEL A4 Keyboard ExSel /* Modifiers */ -KC_LCTRL KC_LCTRL E0 Keyboard LeftControl +KC_LCTRL KC_LCTL E0 Keyboard LeftControl KC_LSHIFT KC_LSFT E1 Keyboard LeftShift KC_LALT E2 Keyboard LeftAlt KC_LGUI E3 Keyboard Left GUI(Windows/Apple/Meta key) |