Changeset 7e660378 in mainline for uspace/srv/hid/input/stroke.c
- Timestamp:
- 2023-10-03T11:54:18Z (20 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4d58bac
- Parents:
- b2261af0
- git-author:
- Jiri Svoboda <jiri@…> (2023-10-02 18:53:49)
- git-committer:
- Jiri Svoboda <jiri@…> (2023-10-03 11:54:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/stroke.c
rb2261af0 r7e660378 1 1 /* 2 * Copyright (c) 20 11Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 47 47 /** Correspondence between modifers and the modifier keycodes. */ 48 48 static unsigned int mods_keys[][2] = { 49 { KM_LALT, KC_LALT }, 49 50 { KM_LSHIFT, KC_LSHIFT }, 50 51 { KM_LCTRL, KC_LCTRL },
Note:
See TracChangeset
for help on using the changeset viewer.