mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-21 11:24:28 +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
|
partial
|
||||||
xkb_symbols "pause" {
|
xkb_symbols "pause" {
|
||||||
key <PAUS> {
|
key <PAUS> {
|
||||||
[ XF86ScreenSaver, NoSymbol ]
|
[ XF86ScreenSaver, XF86ScreenSaver ]
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
partial
|
partial
|
||||||
xkb_symbols "webcam" {
|
xkb_symbols "webcam" {
|
||||||
key <I220> {
|
key <I220> {
|
||||||
[ XF86ScreenSaver, NoSymbol ]
|
[ XF86ScreenSaver, XF86ScreenSaver ]
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ partial
|
||||||
xkb_symbols "x1" {
|
xkb_symbols "x1" {
|
||||||
replace key <HOME> { [ Control_L, Control_L ] };
|
replace key <HOME> { [ Control_L, Control_L ] };
|
||||||
replace key <END> { [ Control_L, Control_L ] };
|
replace key <END> { [ Control_L, Control_L ] };
|
||||||
modifier map Control { Control_L, <HOME>, <END> };
|
modifier_map Control { Control_L, <HOME>, <END> };
|
||||||
replace key <TLDE> { [ Insert ] };
|
replace key <TLDE> { [ Insert, Insert ] };
|
||||||
replace key <ESC> { [ grave, asciitilde, dead_grave, dead_tilde ] };
|
replace key <ESC> { [ grave, asciitilde, dead_grave, dead_tilde ] };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue