mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-02 00:56:39 +02:00
- Fullscreen shortcut removed, glitches Cmd+F
This commit is contained in:
@@ -143,9 +143,9 @@ default partial xkb_symbols "mac_levelssym" {
|
|||||||
// Shift Super
|
// Shift Super
|
||||||
F,
|
F,
|
||||||
// Control Alt
|
// Control Alt
|
||||||
h,
|
h
|
||||||
// Super Control
|
// Super Control
|
||||||
F10
|
// F10
|
||||||
// Super Alt
|
// Super Alt
|
||||||
// Super Control Alt
|
// Super Control Alt
|
||||||
],
|
],
|
||||||
@@ -167,9 +167,9 @@ default partial xkb_symbols "mac_levelssym" {
|
|||||||
// Shift Super
|
// Shift Super
|
||||||
NoAction(),
|
NoAction(),
|
||||||
// Control Alt
|
// Control Alt
|
||||||
RedirectKey(key=<AC06>,clearmods=Mod1),
|
RedirectKey(key=<AC06>,clearmods=Mod1)
|
||||||
// Super Control
|
// Super Control - Fullscreen - glitches Ctrl+F
|
||||||
RedirectKey(key=<FK10>,modifiers=Mod1,clearmods=Super+Control)
|
// RedirectKey(key=<FK10>,modifiers=Mod1,clearmods=Super+Control)
|
||||||
// Super Alt
|
// Super Alt
|
||||||
// Super Control Alt
|
// Super Control Alt
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user