Guest User

Untitled

a guest
Jun 25th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. hidden partial modifier_keys
  2. xkb_symbols "swapescape" {
  3. key <CAPS> { [ Escape ] };
  4. key <ESC> { [ Caps_Lock ] };
  5. };
  6.  
  7. hidden partial modifier_keys
  8. xkb_symbols "grouplock" {
  9. replace key <CAPS> { [ ISO_Next_Group, Caps_Lock ] };
  10. };
Add Comment
Please, Sign In to add comment