Changeset a35b458 in mainline for uspace/lib/c/include/io/keycode.h
- Timestamp:
- 2018-03-02T20:10:49Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1380b7
- Parents:
- 3061bc1
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:38:31)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:10:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/keycode.h
r3061bc1 ra35b458 93 93 94 94 KC_CAPS_LOCK, 95 95 96 96 KC_A, 97 97 KC_S, … … 199 199 KC_N0, 200 200 KC_NPERIOD 201 201 202 202 } keycode_t; 203 203 … … 212 212 KM_NUM_LOCK = 0x080, 213 213 KM_SCROLL_LOCK = 0x100, 214 214 215 215 KM_SHIFT = KM_LSHIFT | KM_RSHIFT, 216 216 KM_CTRL = KM_LCTRL | KM_RCTRL,
Note:
See TracChangeset
for help on using the changeset viewer.