Changeset 215abc1 in mainline for uspace/srv/kbd/layout/us_dvorak.c
- Timestamp:
- 2009-06-03T18:49:33Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 05b9912
- Parents:
- bbdbf86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/kbd/layout/us_dvorak.c
rbbdbf86 r215abc1 33 33 34 34 #include <kbd.h> 35 #include < kbd/kbd.h>36 #include < kbd/keycode.h>35 #include <io/console.h> 36 #include <io/keycode.h> 37 37 #include <layout.h> 38 38 39 39 static void layout_reset(void); 40 static wchar_t layout_parse_ev( kbd_event_t *ev);40 static wchar_t layout_parse_ev(console_event_t *ev); 41 41 42 42 layout_op_t us_dvorak_op = { … … 210 210 } 211 211 212 static wchar_t layout_parse_ev( kbd_event_t *ev)212 static wchar_t layout_parse_ev(console_event_t *ev) 213 213 { 214 214 wchar_t c;
Note:
See TracChangeset
for help on using the changeset viewer.