mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-06 10:58:26 +02:00
- Removed Cmd+W from closing an app, should and already closes tabs
This commit is contained in:
@@ -79,7 +79,7 @@ default partial xkb_symbols "mac_levelssym" {
|
|||||||
RedirectKey(key=<FK10>,modifiers=Mod1,clearmods=Super+Control)
|
RedirectKey(key=<FK10>,modifiers=Mod1,clearmods=Super+Control)
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
// Close App Cmd + Q/W = Alt + F4
|
// Close App Cmd + Q = Alt + F4
|
||||||
replace key <AD01> {
|
replace key <AD01> {
|
||||||
type[Group1]= "ONE_LEVEL_CTRL",
|
type[Group1]= "ONE_LEVEL_CTRL",
|
||||||
symbols[Group1]= [
|
symbols[Group1]= [
|
||||||
@@ -97,21 +97,6 @@ default partial xkb_symbols "mac_levelssym" {
|
|||||||
RedirectKey(key=<FK04>,modifiers=Mod1,clearmods=Control)
|
RedirectKey(key=<FK04>,modifiers=Mod1,clearmods=Control)
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
replace key <AD02> {
|
|
||||||
type[Group1]= "ONE_LEVEL_CTRL",
|
|
||||||
symbols[Group1]= [
|
|
||||||
w,
|
|
||||||
w,
|
|
||||||
W,
|
|
||||||
F4
|
|
||||||
],
|
|
||||||
actions[Group1]= [
|
|
||||||
NoAction(),
|
|
||||||
NoAction(),
|
|
||||||
NoAction(),
|
|
||||||
RedirectKey(key=<FK04>,modifiers=Mod1,clearmods=Control)
|
|
||||||
]
|
|
||||||
};
|
|
||||||
// Show Desktop Cmd + F3 = Super + D
|
// Show Desktop Cmd + F3 = Super + D
|
||||||
replace key <FK03> {
|
replace key <FK03> {
|
||||||
type[Group1]= "ONE_LEVEL_CTRL",
|
type[Group1]= "ONE_LEVEL_CTRL",
|
||||||
|
Reference in New Issue
Block a user