From: John Hodge Date: Tue, 23 Jul 2013 14:51:09 +0000 (+0800) Subject: Modules/Keyboard - Added Delete=0x7F translation X-Git-Tag: rel0.15~331 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=3b031db052256e9b009fc6a6d40d07c566fae391;p=tpg%2Facess2.git Modules/Keyboard - Added Delete=0x7F translation --- diff --git a/KernelLand/Modules/Input/Keyboard/layout_kbdus.h b/KernelLand/Modules/Input/Keyboard/layout_kbdus.h index f84b0ce8..ece413f7 100644 --- a/KernelLand/Modules/Input/Keyboard/layout_kbdus.h +++ b/KernelLand/Modules/Input/Keyboard/layout_kbdus.h @@ -14,7 +14,7 @@ // - Base (NO PREFIX) tKeymapLayer gpKBDUS1 = { - KEYSYM_SLASH+1, + KEYSYM_KPENTER+1, { 0, 0, 0, 0, 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', @@ -24,8 +24,10 @@ tKeymapLayer gpKBDUS1 = { '\'', '`', ',', '.', '/', 0, // Capslock 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // F1 -> F12 - 0, 0, 0, 0, 0, 0, 0, // ?, ScrollLock, Pause, Insert, Home, PgUp, PgDn + 0, 0, 0, // PrintScrn, ScrollLock, Pause + 0, 0, 0, '\x7f', 0, 0, // Insert, Home, PgUp, Delete, End, PgDn 0, 0, 0, 0, // Right, Left, Up, Down + // - Keypad 0, '/', '*', '-', '+', '\n', // NumLock, Keypad /, *, -, +, Enter // KEYSYM_KPEND, KEYSYM_KPDOWN, KEYSYM_KPPGDN, // KEYSYM_KPLEFT, KEYSYM_KP5, KEY_KPRIGHT,