1
0
Fork 0

add keyboard switch hotkey

This commit is contained in:
Von Random 2017-06-27 15:50:29 +03:00
parent 5d8c3e9969
commit 3b5b75fb51

View file

@ -78,7 +78,7 @@ xkb_symbols "ru" {
key <AB07> { [ Cyrillic_softsign, Cyrillic_SOFTSIGN, Next, Next ] };
key <AB08> { [ Cyrillic_be, Cyrillic_BE, Home, Home ] };
key <AB09> { [ Cyrillic_yu, Cyrillic_YU, End, End ] };
key <BKSL> { [ parenright, parenleft, Insert, Insert ] };
key <BKSP> { [ BackSpace, BackSpace, Delete, Delete ] };
};
@ -91,6 +91,11 @@ xkb_symbols "common" {
type[Group1]="ONE_LEVEL",
symbols[Group1] = [ ISO_Level3_Shift ]
};
key <SPCE> {
type="PC_SUPER_LEVEL2",
symbols[Group1]= [ space, ISO_Next_Group ],
symbols[Group2]= [ space, ISO_Next_Group ]
};
key <CAPS> { [ Control_L ] };
modifier_map Control { <CAPS>, <RCTL> };
};