Skip to content

Instantly share code, notes, and snippets.

Created February 10, 2018 18: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 anonymous/9f0e1f156694268bca45bb4f4bbf4fc6 to your computer and use it in GitHub Desktop.
Save anonymous/9f0e1f156694268bca45bb4f4bbf4fc6 to your computer and use it in GitHub Desktop.
xkb_keymap {
xkb_keycodes { include "evdev+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compat { include "complete" };
xkb_symbols {
include "pc+us+inet(evdev)+ctrl(nocaps)"
key <TAB> { [ Escape ] };
};
xkb_geometry { include "pc(pc104)" };
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment