Changes in uspace/lib/c/include/io/keycode.h [369a5f8:63f8966] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/keycode.h
r369a5f8 r63f8966 51 51 * they really are organized here by position, rather than by label. 52 52 */ 53 typedef enum{53 enum keycode { 54 54 55 55 /* Main block row 1 */ … … 199 199 } keycode_t; 200 200 201 typedef enum{201 enum keymod { 202 202 KM_LSHIFT = 0x001, 203 203 KM_RSHIFT = 0x002,
Note:
See TracChangeset
for help on using the changeset viewer.