Skip to content

Instantly share code, notes, and snippets.

@AlexDaniel
Created October 15, 2017 20:59
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 AlexDaniel/0ba2044f3c36d06bd9e4e2211e3d13bb to your computer and use it in GitHub Desktop.
Save AlexDaniel/0ba2044f3c36d06bd9e4e2211e3d13bb to your computer and use it in GitHub Desktop.
Awesome layout that does not work in pluma and chromium
default alphanumeric_keys modifier_keys function_keys alternate_group
xkb_symbols "awesome" {
include "us"
name[Group1]= "My Awesome Layout";
key <AE02> { [ 2, at, Page_Up, Page_Up ] };
key <AE03> { [ 3, numbersign, Page_Down, Page_Down ] };
key <AD01> { [ q, Q, Escape, Escape ] };
key <AD02> { [ w, W, Home, Home ] };
key <AD03> { [ e, E, Up, Up ] };
key <AD04> { [ r, R, End, End ] };
key <AD05> { [ t, T, Tab, Tab ] };
key <AC01> { [ a, A, Return, Return ] };
key <AC02> { [ s, S, Left, Left ] };
key <AC03> { [ d, D, Down, Down ] };
key <AC04> { [ f, F, Right, Right ] };
key <AC05> { [ g, G, BackSpace, BackSpace ] };
key <AB05> { [ b, B, Delete, Delete ] };
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment