mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
- Terminal under KDE still back cycles with this fix, will need to contact KDE/Task Switcher maintainer to fix.
This commit is contained in:
@@ -534,7 +534,7 @@ partial xkb_symbols "mac_appcycle" {
|
|||||||
// Control + Shift
|
// Control + Shift
|
||||||
Redirect(key=<FK14>),
|
Redirect(key=<FK14>),
|
||||||
// Control
|
// Control
|
||||||
Redirect(key=<FK13>),
|
Redirect(key=<FK13>,mods=Shift),
|
||||||
// Super
|
// Super
|
||||||
Redirect(key=<TAB>,mods=Control,clearmods=Mod4+Super),
|
Redirect(key=<TAB>,mods=Control,clearmods=Mod4+Super),
|
||||||
// Super + Shift
|
// Super + Shift
|
||||||
|
@@ -104,14 +104,14 @@ partial xkb_symbols "mac_global" {
|
|||||||
Tab,
|
Tab,
|
||||||
Tab,
|
Tab,
|
||||||
// F13 // Default cmdtab
|
// F13 // Default cmdtab
|
||||||
// F14 // KDE cmdtab
|
// F13 // KDE cmdtab
|
||||||
// Right // Elementary ecmdtab
|
// Right // Elementary ecmdtab
|
||||||
],
|
],
|
||||||
actions[Group1]= [
|
actions[Group1]= [
|
||||||
NoAction(),
|
NoAction(),
|
||||||
NoAction(),
|
NoAction(),
|
||||||
// Redirect(key=<FK13>) // Default cmdtab
|
// Redirect(key=<FK13>) // Default cmdtab
|
||||||
// Redirect(key=<FK14>) // KDE cmdtab
|
// Redirect(key=<FK13>) // KDE cmdtab
|
||||||
// Redirect(key=<RGHT>,mods=Control+Shift,clearmods=Mod4+Super) // Elementary cmdtab
|
// Redirect(key=<RGHT>,mods=Control+Shift,clearmods=Mod4+Super) // Elementary cmdtab
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
2
setup.py
2
setup.py
@@ -129,7 +129,7 @@ def setShortcuts():
|
|||||||
# Remove Alt+F3 Operations Menu - Sublimetext Select-All
|
# Remove Alt+F3 Operations Menu - Sublimetext Select-All
|
||||||
cmdline('kwriteconfig5 --file "$HOME/.config/kglobalshortcutsrc" --group "kwin" --key "Switch to Previous Desktop" "Meta+Left,Meta+Left,Switch to Previous Desktop"')
|
cmdline('kwriteconfig5 --file "$HOME/.config/kglobalshortcutsrc" --group "kwin" --key "Switch to Previous Desktop" "Meta+Left,Meta+Left,Switch to Previous Desktop"')
|
||||||
cmdline('kwriteconfig5 --file "$HOME/.config/kglobalshortcutsrc" --group "kwin" --key "Window Operations Menu" "none,Alt+F3,Window Operations Menu"')
|
cmdline('kwriteconfig5 --file "$HOME/.config/kglobalshortcutsrc" --group "kwin" --key "Window Operations Menu" "none,Alt+F3,Window Operations Menu"')
|
||||||
cmdline('kwriteconfig5 --file "$HOME/.config/kglobalshortcutsrc" --group "kwin" --key "Walk Through Windows" "Ctrl+F13,Alt+Tab,Walk Through Windows"')
|
cmdline('kwriteconfig5 --file "$HOME/.config/kglobalshortcutsrc" --group "kwin" --key "Walk Through Windows" "Ctrl+Shift+F13,Alt+Tab,Walk Through Windows"')
|
||||||
cmdline('kwriteconfig5 --file "$HOME/.config/kglobalshortcutsrc" --group "kwin" --key "Walk Through Windows (Reverse)" "Ctrl+Shift+F14,Alt+Shift+Backtab,Walk Through Windows (Reverse)"')
|
cmdline('kwriteconfig5 --file "$HOME/.config/kglobalshortcutsrc" --group "kwin" --key "Walk Through Windows (Reverse)" "Ctrl+Shift+F14,Alt+Shift+Backtab,Walk Through Windows (Reverse)"')
|
||||||
cmdline('kwriteconfig5 --file "$HOME/.config/kglobalshortcutsrc" --group "kwin" --key "Maximize Window" "none,Meta+PgUp,Maximize Window"')
|
cmdline('kwriteconfig5 --file "$HOME/.config/kglobalshortcutsrc" --group "kwin" --key "Maximize Window" "none,Meta+PgUp,Maximize Window"')
|
||||||
cmdline('kwriteconfig5 --file "$HOME/.config/kglobalshortcutsrc" --group "kwin" --key "Window Maximize" "Meta+Ctrl+F,Alt+F10,Maximize Window"')
|
cmdline('kwriteconfig5 --file "$HOME/.config/kglobalshortcutsrc" --group "kwin" --key "Window Maximize" "Meta+Ctrl+F,Alt+F10,Maximize Window"')
|
||||||
|
Reference in New Issue
Block a user