mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-03 09:36:39 +02:00
- Resolved Cmd-Tab bug with terminals under KDE
This commit is contained in:
@@ -2,14 +2,14 @@ default partial xkb_symbols "mac_apple" {
|
|||||||
key <LWIN> {
|
key <LWIN> {
|
||||||
repeat= no,
|
repeat= no,
|
||||||
type= "ONE_LEVEL",
|
type= "ONE_LEVEL",
|
||||||
symbols[Group1]= [ Hyper_L ],
|
symbols[Group1]= [ Control_L ],
|
||||||
actions[group1]=[ SetMods(modifiers=Shift+Control) ]
|
actions[group1]=[ SetMods(modifiers=Control+Shift) ]
|
||||||
};
|
};
|
||||||
key <RWIN> {
|
key <RWIN> {
|
||||||
repeat= no,
|
repeat= no,
|
||||||
type= "ONE_LEVEL",
|
type= "ONE_LEVEL",
|
||||||
symbols[Group1]= [ Hyper_R ],
|
symbols[Group1]= [ Control_R ],
|
||||||
actions[group1]=[ SetMods(modifiers=Shift+Control) ]
|
actions[group1]=[ SetMods(modifiers=Control+Shift) ]
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
partial xkb_symbols "mac_win" {
|
partial xkb_symbols "mac_win" {
|
||||||
@@ -111,7 +111,7 @@ partial xkb_symbols "mac_global" {
|
|||||||
NoAction(),
|
NoAction(),
|
||||||
NoAction(),
|
NoAction(),
|
||||||
// Redirect(key=<FK13>) // Default cmdtab
|
// Redirect(key=<FK13>) // Default cmdtab
|
||||||
// Redirect(key=<FK13>) // KDE cmdtab
|
// Redirect(key=<FK13>,clearmods=Shift) // 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
@@ -135,7 +135,7 @@ def setShortcuts():
|
|||||||
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+F13,Alt+Tab,Walk Through Windows"')
|
||||||
cmdline('kwriteconfig5 --file "$HOME/.config/kglobalshortcutsrc" --group "kwin" --key "Walk Through Windows Alternative" "Ctrl+Shift+F13,none,Walk Through Windows"')
|
cmdline('kwriteconfig5 --file "$HOME/.config/kglobalshortcutsrc" --group "kwin" --key "Walk Through Windows Alternative" "none,none,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"')
|
||||||
|
@@ -21,8 +21,8 @@
|
|||||||
{
|
{
|
||||||
"name": "firefox",
|
"name": "firefox",
|
||||||
"run": "",
|
"run": "",
|
||||||
"run_onInput": "killall xbindkeys > /dev/null 2>&1",
|
"run_onInput": "pkill -f ~/.config/kinto/.firefox-nw",
|
||||||
"run_offInput": "killall xbindkeys > /dev/null 2>&1;xbindkeys -f $HOME/.config/kinto/.firefox-nw",
|
"run_offInput": "xbindkeys -f $HOME/.config/kinto/.firefox-nw",
|
||||||
"symbols": "",
|
"symbols": "",
|
||||||
"types": "",
|
"types": "",
|
||||||
"de": [],
|
"de": [],
|
||||||
|
Reference in New Issue
Block a user