Skip to content

Instantly share code, notes, and snippets.

Created August 21, 2014 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/e981f9f753444daac5b3 to your computer and use it in GitHub Desktop.
Save anonymous/e981f9f753444daac5b3 to your computer and use it in GitHub Desktop.
My keymap XKB
// Ctrl is mapped to the Alt keys, Alt to the Win keys, and Win to the Ctrl keys.
partial modifier_keys
xkb_symbols "ctrl_alt_win" {
key <LALT> { [ Control_L, Control_L ] };
modifier_map Control { <LALT> };
key <PRSC> { type[Group1] = "ONE_LEVEL",
symbols[Group1] = [ Super_R ] };
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment