diff options
author | Noah Andrews <NoahAndrews@users.noreply.github.com> | 2016-11-08 22:05:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-08 22:05:24 -0500 |
commit | 64218f0f7018cf0ebedb14197b07d05904b5bc09 (patch) | |
tree | 1edf2e19e7c569fc0b4e2f88995b98966e4db963 | |
parent | a9e0fd410ce7c8b975ba72cd7900c3f6edc0d108 (diff) | |
download | qmk_firmware-64218f0f7018cf0ebedb14197b07d05904b5bc09.tar.gz qmk_firmware-64218f0f7018cf0ebedb14197b07d05904b5bc09.zip |
Add proper shortcode for KC_DELETE to 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 5a42c50bfb..687406fdab 100644 --- a/doc/keycode.txt +++ b/doc/keycode.txt @@ -84,7 +84,7 @@ KC_PAUSE KC_PAUS 48 Keyboard Pause1 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 +KC_DELETE KC_DEL 4C Keyboard Delete Forward KC_END 4D Keyboard End1 KC_PGDOWN KC_PGDN 4E Keyboard PageDown1 KC_RIGHT KC_RGHT 4F Keyboard RightArrow1 |