Skip to content

Instantly share code, notes, and snippets.

@nazar-pc
Last active July 28, 2018 12:07
Show Gist options
  • Save nazar-pc/d93d2a4afce77504780c06072b2bc465 to your computer and use it in GitHub Desktop.
Save nazar-pc/d93d2a4afce77504780c06072b2bc465 to your computer and use it in GitHub Desktop.
Index: Scan/Rapoo_E9070/scancode_map.kll
<+>UTF-8
===================================================================
--- Scan/Rapoo_E9070/scancode_map.kll (date 1494331172000)
+++ Scan/Rapoo_E9070/scancode_map.kll (date 1530481749000)
@@ -43,7 +43,7 @@
S0x7A : U"-";
S0x78 : U"=";
S0x1D : U"Backspace";
-S0x46 : U"Keypad Decimal";
+S0x46 : U"."; # Workaround for a bug in firmware
S0x0E : U"Keypad Plus";
S0x6C : U"Keypad Minus";
@@ -67,7 +67,7 @@
S0x56 : U"Enter"; # Between rows on ISO layout, but on next row in ANSI
-S0x15 : U"CapsLock";
+S0x15 : U"Alt" + U"F2"; # To run commands conveniently, otherwise it is difficult to remap CapsLock
S0x27 : U"a";
S0x28 : U"s";
S0x29 : U"d";
@@ -109,7 +109,7 @@
S0x44 : U"Space";
S0x68 : U"RAlt";
S0x66 : SYS"ContextMenu";
-S0x4C : U"RCtrl";
+S0x4C : U"LAlt" + U"LShift", U"RCtrl"; # To switch keyboard layout conveniently, otherwise it is difficult to map it to one key in Windows
S0x6D : U"Left";
S0x47 : U"Up";
S0x6A : U"Down";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment