diff options
author | Nathan Ross Powell <nathanrosspowell@gmail.com> | 2015-01-16 00:07:22 -0500 |
---|---|---|
committer | Nathan Ross Powell <nathanrosspowell@gmail.com> | 2015-01-16 00:07:22 -0500 |
commit | e7289bb029b28b824eb0ef7be23dba279057d7ac (patch) | |
tree | 9a579becae32bca22ca293beda1f206912f2c28f /doc/keycode.txt | |
parent | e4c4d6ad0aa5763504802ae22c6b4504b4084a45 (diff) | |
download | firmware-e7289bb029b28b824eb0ef7be23dba279057d7ac.tar.gz firmware-e7289bb029b28b824eb0ef7be23dba279057d7ac.tar.bz2 firmware-e7289bb029b28b824eb0ef7be23dba279057d7ac.zip |
KC_INSERT should be KC_INS
The short name was incorrectly set as `KC_INT` when we want `KC_INS`.
Diffstat (limited to 'doc/keycode.txt')
-rw-r--r-- | doc/keycode.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/keycode.txt b/doc/keycode.txt index 413756692..760c726e3 100644 --- a/doc/keycode.txt +++ b/doc/keycode.txt @@ -81,7 +81,7 @@ KC_F12 45 Keyboard F12 KC_PSCREEN KC_PSCR 46 Keyboard PrintScreen1 KC_SCKLOCK KC_SLCK 47 Keyboard Scroll Lock11 KC_PAUSE KC_PAUS 48 Keyboard Pause1 -KC_INSERT KC_INT 49 Keyboard Insert1 +KC_INSERT KC_INS 49 Keyboard Insert1 KC_HOME 4A Keyboard Home1 KC_PGUP 4B Keyboard PageUp1 KC_DELETE KC_DELETE 4C Keyboard Delete Forward |