Changeset 0175246 in mainline for uspace/srv/kbd/layout/us_dvorak.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_dvorak.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_dvorak_op = { 42 layout_parse_ev 43 }; 44 39 45 static wchar_t map_lcase[] = { 40 46 [KC_R] = 'p', … … 198 204 } 199 205 200 wchar_t layout_parse_ev(kbd_event_t *ev)206 static wchar_t layout_parse_ev(kbd_event_t *ev) 201 207 { 202 208 wchar_t c;
Note:
See TracChangeset
for help on using the changeset viewer.