Changeset 0175246 in mainline for uspace/srv/kbd/layout/us_qwerty.c
- Timestamp:
- 2009-04-05T16:20:02Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 482c86f
- Parents:
- 56fa418
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/kbd/layout/us_qwerty.c
r56fa418 r0175246 37 37 #include <layout.h> 38 38 39 static wchar_t layout_parse_ev(kbd_event_t *ev); 40 41 layout_op_t us_qwerty_op = { 42 layout_parse_ev 43 }; 44 39 45 static wchar_t map_lcase[] = { 40 46 [KC_Q] = 'q', … … 192 198 } 193 199 194 wchar_t layout_parse_ev(kbd_event_t *ev)200 static wchar_t layout_parse_ev(kbd_event_t *ev) 195 201 { 196 202 wchar_t c;
Note:
See TracChangeset
for help on using the changeset viewer.