diff options
author | Damien <Dbroqua@users.noreply.github.com> | 2016-11-12 19:33:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-12 19:33:07 +0100 |
commit | 0a99cf300c516d7e9e0cab139100846c58b82bfa (patch) | |
tree | 5776060c49ca233eacfeb296739a9635a4e22755 /doc | |
parent | 3bc51065a4c28aad6785ca20e39118e27fe32c02 (diff) | |
parent | 631b8999a737ec73610f8b569b1f775cadf08172 (diff) |
Merge pull request #12 from jackhumbert/master
Merged from qmk
Diffstat (limited to 'doc')
-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 |