Changes in kernel/genarch/src/kbrd/scanc_pc.c [28a5ebd:6404aca] in mainline
- File:
-
- 1 edited
-
kernel/genarch/src/kbrd/scanc_pc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/kbrd/scanc_pc.c
r28a5ebd r6404aca 40 40 41 41 /** Primary meaning of scancodes. */ 42 char32_t sc_primary_map[SCANCODES] = {42 wchar_t sc_primary_map[SCANCODES] = { 43 43 U_NULL, /* 0x00 - undefined */ 44 44 U_ESCAPE, /* 0x01 - Esc */ … … 129 129 130 130 /** Secondary meaning of scancodes. */ 131 char32_t sc_secondary_map[SCANCODES] = {131 wchar_t sc_secondary_map[SCANCODES] = { 132 132 U_NULL, /* 0x00 - undefined */ 133 133 U_ESCAPE, /* 0x01 - Esc */
Note:
See TracChangeset
for help on using the changeset viewer.
