Skip to content

Instantly share code, notes, and snippets.

@infinisil
Created June 2, 2018 23:34
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 infinisil/34921f3941354948cc2b9e138b192703 to your computer and use it in GitHub Desktop.
Save infinisil/34921f3941354948cc2b9e138b192703 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+inet(evdev)+capslock(backspace)"
key <AC01> { [ Redirect(kecode=<AB05>) ] };
key <LSGT> { [ Control_L ] };
# key <RWIN> { [ Break ] };
key <RWIN> { [ Redirect(keycode=<LFSH>) ] };
modifier_map Control { <LSGT> };
};
xkb_geometry { include "pc(pc105)" };
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment