Skip to content

Instantly share code, notes, and snippets.

@nosada
Last active January 3, 2016 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nosada/8487972 to your computer and use it in GitHub Desktop.
Save nosada/8487972 to your computer and use it in GitHub Desktop.
for /usr/share/X11/xkb/symbols/us
--- /usr/share/X11/xkb/symbols/us 2013-10-07 16:41:31.000000000 +0900
+++ /usr/share/X11/xkb/symbols/us.changed 2014-01-18 16:20:00.446395000 +0900
@@ -1523,3 +1523,27 @@
xkb_symbols "sun_type6" {
include "sun_vndr/us(sun_type6)"
};
+
+
+// Customized dvorak
+// (Changed : G, H, B, I, D, X keys for thinkpad keyboard)
+
+partial alphanumeric_keys
+xkb_symbols "cdv" {
+ include "us(dvorak)"
+
+ name[Group1] = "English (customized Dvorak)";
+
+
+ key <AD06> { [ u, U ] };
+ key <AD07> { [ i, I ] };
+
+ key <AC04> { [ f, F ] };
+ key <AC05> { [ g, G ] };
+ key <AC06> { [ h, H ] };
+ key <AC07> { [ j, J ] };
+
+ key <AB03> { [ d, D ] };
+ key <AB05> { [ b, B ] };
+ key <AB06> { [ x, X ] };
+};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment