Changeset b987eb4 in mainline for uspace/srv/hid/input/layout/ar.c
- Timestamp:
- 2022-03-11T16:42:03Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b3b48f4
- Parents:
- c38ab6c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/layout/ar.c
rc38ab6c rb987eb4 216 216 char32_t c; 217 217 218 /* Produce no characters when Ctrl or Alt is pressed. */219 if ((ev->mods & (KM_CTRL | KM_ALT)) != 0)220 return 0;221 222 218 c = translate(ev->key, map_neutral, sizeof(map_neutral) / sizeof(char32_t)); 223 219 if (c != 0)
Note:
See TracChangeset
for help on using the changeset viewer.