mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-21 03:14:50 +02:00
keys: fix custom symbols for X1 Carbon
This commit is contained in:
parent
a6506a223f
commit
d654f1e874
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
partial
|
||||
xkb_symbols "pause" {
|
||||
key <PAUS> {
|
||||
[ XF86ScreenSaver, NoSymbol ]
|
||||
[ XF86ScreenSaver, XF86ScreenSaver ]
|
||||
};
|
||||
};
|
||||
|
||||
partial
|
||||
xkb_symbols "webcam" {
|
||||
key <I220> {
|
||||
[ XF86ScreenSaver, NoSymbol ]
|
||||
[ XF86ScreenSaver, XF86ScreenSaver ]
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -16,7 +16,7 @@ partial
|
|||
xkb_symbols "x1" {
|
||||
replace key <HOME> { [ Control_L, Control_L ] };
|
||||
replace key <END> { [ Control_L, Control_L ] };
|
||||
modifier map Control { Control_L, <HOME>, <END> };
|
||||
replace key <TLDE> { [ Insert ] };
|
||||
modifier_map Control { Control_L, <HOME>, <END> };
|
||||
replace key <TLDE> { [ Insert, Insert ] };
|
||||
replace key <ESC> { [ grave, asciitilde, dead_grave, dead_tilde ] };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue