diff options
author | tmk <tmk@users.noreply.github.com> | 2015-01-19 12:13:21 +0900 |
---|---|---|
committer | tmk <tmk@users.noreply.github.com> | 2015-01-19 12:13:21 +0900 |
commit | c1ac7f159f12626aaef68e6caab0423b6bd00114 (patch) | |
tree | 2e109e3b48fb4ee87ebab3a6aa5aacee9760ee13 /doc | |
parent | aa95d6ff62ef46dfa5d41858b1cbf7f4eebf33b9 (diff) | |
parent | 1a9cec9a0315c2b7dbe320a6c34646e264a99681 (diff) |
Merge pull request #148 from cub-uanic/patch-1
Fix keycode.txt
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 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 |