Ver código fonte

Fix typo of doc/keycode.txt

exp
Jun Wako 9 anos atrás
pai
commit
f9045bea6e
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1
    1
      doc/keycode.txt
  2. 1
    1
      tmk_core/doc/keycode.txt

+ 1
- 1
doc/keycode.txt Ver arquivo

KC_CRSEL A3 Keyboard CrSel/Props KC_CRSEL A3 Keyboard CrSel/Props
KC_EXSEL A4 Keyboard ExSel KC_EXSEL A4 Keyboard ExSel
/* Modifiers */ /* Modifiers */
KC_LCTRL KC_LCTRL E0 Keyboard LeftControl
KC_LCTRL KC_LCTL E0 Keyboard LeftControl
KC_LSHIFT KC_LSFT E1 Keyboard LeftShift KC_LSHIFT KC_LSFT E1 Keyboard LeftShift
KC_LALT E2 Keyboard LeftAlt KC_LALT E2 Keyboard LeftAlt
KC_LGUI E3 Keyboard Left GUI(Windows/Apple/Meta key) KC_LGUI E3 Keyboard Left GUI(Windows/Apple/Meta key)

+ 1
- 1
tmk_core/doc/keycode.txt Ver arquivo

KC_CRSEL A3 Keyboard CrSel/Props KC_CRSEL A3 Keyboard CrSel/Props
KC_EXSEL A4 Keyboard ExSel KC_EXSEL A4 Keyboard ExSel
/* Modifiers */ /* Modifiers */
KC_LCTRL KC_LCTRL E0 Keyboard LeftControl
KC_LCTRL KC_LCTL E0 Keyboard LeftControl
KC_LSHIFT KC_LSFT E1 Keyboard LeftShift KC_LSHIFT KC_LSFT E1 Keyboard LeftShift
KC_LALT E2 Keyboard LeftAlt KC_LALT E2 Keyboard LeftAlt
KC_LGUI E3 Keyboard Left GUI(Windows/Apple/Meta key) KC_LGUI E3 Keyboard Left GUI(Windows/Apple/Meta key)