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/symbols/vbe Normal file
View file

@ -0,0 +1,13 @@
partial
xkb_symbols "pause" {
key <PAUS> {
[ XF86ScreenSaver, NoSymbol ]
};
};
partial
xkb_symbols "webcam" {
key <I220> {
[ XF86ScreenSaver, NoSymbol ]
};
};