keys: use inputplug to configure keyboards

This commit is contained in:
Vincent Bernat 2014-06-10 01:44:42 +02:00
parent b7c2ca10e7
commit 41bfe7fa0d
6 changed files with 93 additions and 0 deletions

13
xkb/norwin.xkb Normal file
View 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)" };
};