mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-01 08:46:40 +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,
|
||||
backslash,
|
||||
NoSymbol,
|
||||
// NoSymbol,
|
||||
NoSymbol,
|
||||
backslash,
|
||||
Tab,
|
||||
@@ -45,7 +45,7 @@ partial xkb_symbols "mac_global" {
|
||||
NoAction(),
|
||||
RedirectKey(key=<BKSL>,clearmods=Shift),
|
||||
// FK18 is just to clear Alt
|
||||
RedirectKey(key=<FK18>,clearmods=Mod1),
|
||||
// RedirectKey(key=<FK18>,clearmods=Mod1),
|
||||
RedirectKey(key=<FK18>,clearmods=Mod1),
|
||||
// Also need to remap on the DE level
|
||||
// to backslash \ for Cmd+Tab
|
||||
|
Reference in New Issue
Block a user