summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNathan Ross Powell <nathanrosspowell@gmail.com>2015-01-16 00:07:22 -0500
committerNathan Ross Powell <nathanrosspowell@gmail.com>2015-01-16 00:07:22 -0500
commite7289bb029b28b824eb0ef7be23dba279057d7ac (patch)
tree9a579becae32bca22ca293beda1f206912f2c28f /doc
parente4c4d6ad0aa5763504802ae22c6b4504b4084a45 (diff)
KC_INSERT should be KC_INS
The short name was incorrectly set as `KC_INT` when we want `KC_INS`.
Diffstat (limited to 'doc')
-rw-r--r--doc/keycode.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/keycode.txt b/doc/keycode.txt
index 4137566924..760c726e3b 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