Skip to content

Instantly share code, notes, and snippets.

@anyt
Forked from anonymous/usr-share-X11-xkb-symbols
Created August 22, 2014 08:21
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 anyt/b2e5ce4af5d4720e2c81 to your computer and use it in GitHub Desktop.
Save anyt/b2e5ce4af5d4720e2c81 to your computer and use it in GitHub Desktop.
// 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