mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-05 10:45:06 +02:00
inputplug: handle 75% keyboard
This commit is contained in:
parent
d70628795f
commit
03cf30d43d
3 changed files with 24 additions and 0 deletions
|
@ -4,6 +4,11 @@ xkb_symbols "pause" {
|
|||
[ XF86ScreenSaver, XF86ScreenSaver ]
|
||||
};
|
||||
};
|
||||
partial
|
||||
xkb_symbols "75percent" {
|
||||
key <HOME> { [ Prior, Prior ] };
|
||||
key <END> { [ Next, Next ] };
|
||||
};
|
||||
|
||||
partial modifier_keys alphanumeric_keys
|
||||
xkb_symbols "x1gen2" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue