Changes in uspace/srv/hid/input/stroke.c [b583311:b6a088f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/stroke.c
rb583311 rb6a088f 48 48 static unsigned int mods_keys[][2] = { 49 49 { KM_LSHIFT, KC_LSHIFT }, 50 { KM_LCTRL, KC_LCTRL },51 50 { 0, 0 } 52 51 };
Note:
See TracChangeset
for help on using the changeset viewer.