Changeset 0175246 in mainline for uspace/srv/kbd/layout/cz.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/cz.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 cz_op = { 42 layout_parse_ev 43 }; 44 39 45 static wchar_t map_lcase[] = { 40 46 [KC_2] = L'ě', … … 202 208 } 203 209 204 wchar_t layout_parse_ev(kbd_event_t *ev)210 static wchar_t layout_parse_ev(kbd_event_t *ev) 205 211 { 206 212 wchar_t c;
Note:
See TracChangeset
for help on using the changeset viewer.