Changes in uspace/lib/c/include/io/keycode.h [c072a29:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/keycode.h
rc072a29 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.