mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-06 10:58:26 +02:00
- Disabled Alt mod keymap on terminals for now, causing issues with numerics
This commit is contained in:
@@ -34,7 +34,7 @@ partial xkb_symbols "mac_global" {
|
|||||||
Tab,
|
Tab,
|
||||||
Tab,
|
Tab,
|
||||||
backslash,
|
backslash,
|
||||||
NoSymbol,
|
// NoSymbol,
|
||||||
NoSymbol,
|
NoSymbol,
|
||||||
backslash,
|
backslash,
|
||||||
Tab,
|
Tab,
|
||||||
@@ -45,7 +45,7 @@ partial xkb_symbols "mac_global" {
|
|||||||
NoAction(),
|
NoAction(),
|
||||||
RedirectKey(key=<BKSL>,clearmods=Shift),
|
RedirectKey(key=<BKSL>,clearmods=Shift),
|
||||||
// FK18 is just to clear Alt
|
// FK18 is just to clear Alt
|
||||||
RedirectKey(key=<FK18>,clearmods=Mod1),
|
// RedirectKey(key=<FK18>,clearmods=Mod1),
|
||||||
RedirectKey(key=<FK18>,clearmods=Mod1),
|
RedirectKey(key=<FK18>,clearmods=Mod1),
|
||||||
// Also need to remap on the DE level
|
// Also need to remap on the DE level
|
||||||
// to backslash \ for Cmd+Tab
|
// to backslash \ for Cmd+Tab
|
||||||
|
@@ -4,7 +4,7 @@ default partial xkb_types "addmac_levels" {
|
|||||||
modifiers = Shift+Mod1+Super+Control;
|
modifiers = Shift+Mod1+Super+Control;
|
||||||
map[Shift] = Level2;
|
map[Shift] = Level2;
|
||||||
map[Shift+Control] = Level3;
|
map[Shift+Control] = Level3;
|
||||||
map[Mod1] = Level4;
|
// map[Mod1] = Level4;
|
||||||
map[Shift+Mod1] = Level5;
|
map[Shift+Mod1] = Level5;
|
||||||
map[Control] = Level6;
|
map[Control] = Level6;
|
||||||
map[Super] = Level7;
|
map[Super] = Level7;
|
||||||
@@ -16,7 +16,7 @@ default partial xkb_types "addmac_levels" {
|
|||||||
level_name[Level1] = "Base";
|
level_name[Level1] = "Base";
|
||||||
level_name[Level2] = "Shift";
|
level_name[Level2] = "Shift";
|
||||||
level_name[Level3] = "Shift Control";
|
level_name[Level3] = "Shift Control";
|
||||||
level_name[Level4] = "Alt";
|
// level_name[Level4] = "Alt";
|
||||||
level_name[Level5] = "Shift Alt";
|
level_name[Level5] = "Shift Alt";
|
||||||
level_name[Level6] = "Control";
|
level_name[Level6] = "Control";
|
||||||
level_name[Level7] = "Super";
|
level_name[Level7] = "Super";
|
||||||
|
Reference in New Issue
Block a user