Changeset b987eb4 in mainline for uspace/srv/hid/input/layout/cz.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/cz.c
rc38ab6c rb987eb4 322 322 char32_t c; 323 323 324 /* Produce no characters when Ctrl or Alt is pressed. */325 if ((ev->mods & (KM_CTRL | KM_ALT)) != 0)326 return 0;327 328 324 if (ev->key == KC_EQUALS) { 329 325 if ((ev->mods & KM_SHIFT) != 0)
Note:
See TracChangeset
for help on using the changeset viewer.