mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-04 10:14:34 +02:00
keys: use inputplug to configure keyboards
This commit is contained in:
parent
b7c2ca10e7
commit
41bfe7fa0d
6 changed files with 93 additions and 0 deletions
13
xkb/norwin.xkb
Normal file
13
xkb/norwin.xkb
Normal file
|
@ -0,0 +1,13 @@
|
|||
# -*- conf -*-
|
||||
|
||||
# Configuration with:
|
||||
# - compose → ralt
|
||||
# - capslock as ctrl
|
||||
# - us+fr and switch with rctrl+rshift
|
||||
xkb_keymap {
|
||||
xkb_keycodes { include "evdev+aliases(qwerty)" };
|
||||
xkb_types { include "complete" };
|
||||
xkb_compat { include "complete" };
|
||||
xkb_symbols { include "pc+us+fr:2+inet(evdev)+compose(ralt)+ctrl(nocaps)+group(rctrl_rshift_toggle)" };
|
||||
xkb_geometry { include "pc(pc105)" };
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue