mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-22 09:53:28 +02:00
xkb: remove use of webcam key
I think this is very old and I was using it for my ThinkPad Edge 11.
This commit is contained in:
parent
fa571a74c4
commit
e3ad1d73f0
2 changed files with 1 additions and 8 deletions
|
@ -5,13 +5,6 @@ xkb_symbols "pause" {
|
|||
};
|
||||
};
|
||||
|
||||
partial
|
||||
xkb_symbols "webcam" {
|
||||
key <I220> {
|
||||
[ XF86ScreenSaver, XF86ScreenSaver ]
|
||||
};
|
||||
};
|
||||
|
||||
partial modifier_keys alphanumeric_keys
|
||||
xkb_symbols "x1gen2" {
|
||||
key <LCTL> { [ Escape, Escape ] };
|
||||
|
|
|
@ -5,6 +5,6 @@ xkb_keymap {
|
|||
xkb_keycodes { include "evdev+aliases(qwerty)" };
|
||||
xkb_types { include "complete" };
|
||||
xkb_compat { include "complete" };
|
||||
xkb_symbols { include "pc+us+inet(evdev)+vbe(webcam)" };
|
||||
xkb_symbols { include "pc+us+inet(evdev)" };
|
||||
xkb_geometry { include "pc(pc105)" };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue