mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-03 09:36:39 +02:00
- Added more capslock options in response to #91
This commit is contained in:
@@ -3,6 +3,15 @@ xkb_symbols "swapescape" {
|
|||||||
key <CAPS> { [ Escape ] };
|
key <CAPS> { [ Escape ] };
|
||||||
key <ESC> { [ Caps_Lock ] };
|
key <ESC> { [ Caps_Lock ] };
|
||||||
};
|
};
|
||||||
|
hidden partial modifier_keys
|
||||||
|
xkb_symbols "caps_shiftlock" {
|
||||||
|
replace key <CAPS> { [ Shift_Lock ] };
|
||||||
|
modifier_map Shift { Shift_Lock };
|
||||||
|
};
|
||||||
|
hidden partial modifier_keys
|
||||||
|
xkb_symbols "caps_none" {
|
||||||
|
key <CAPS> { [ VoidSymbol ] };
|
||||||
|
};
|
||||||
default partial xkb_symbols "mac_levelssym" {
|
default partial xkb_symbols "mac_levelssym" {
|
||||||
// LEFT to Begin Line or Beginning of word
|
// LEFT to Begin Line or Beginning of word
|
||||||
replace key <LEFT> {
|
replace key <LEFT> {
|
||||||
|
Reference in New Issue
Block a user