Compare commits
No commits in common. "bcc72911457232a2851b923f803ca21674b8297e" and "fa4cf31300ff368e87f9131d92ff42341fccf02d" have entirely different histories.
bcc7291145
...
fa4cf31300
|
@ -1,16 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# 1. run this script to clear all default KDE shortcuts
|
||||
# 2. add missing applications to shortcuts config (bitwarden, konsole)
|
||||
# 3. import kde-shortcuts.kksrc
|
||||
|
||||
hotkeysRC="$HOME/.config/kglobalshortcutsrc"
|
||||
|
||||
# Remove application launching shortcuts.
|
||||
sed -i 's/_launch=[^,]*/_launch=none/g' "$hotkeysRC"
|
||||
|
||||
# Remove other global shortcuts.
|
||||
sed -i 's/^\([^_][^=]*\)=[^,]*,/\1=none,/g' "$hotkeysRC"
|
||||
|
||||
# Reload hotkeys.
|
||||
kquitapp5 kglobalaccel && sleep 2s && kglobalaccel5 &
|
|
@ -13,7 +13,6 @@ Switch to Desktop 7=Meta+7
|
|||
Switch to Desktop 8=Meta+8
|
||||
Switch to Desktop 9=Meta+9
|
||||
Walk Through Windows=Meta+Tab
|
||||
Walk Through Windows (Reverse)=Meta+Shift+Tab
|
||||
Window Close=Meta+C
|
||||
Window Maximize=Meta+F
|
||||
Window Quick Tile Bottom=Meta+Down
|
||||
|
@ -38,6 +37,3 @@ _launch=Meta+Return
|
|||
|
||||
[yakuake][Global Shortcuts]
|
||||
toggle-window-state=Meta+`
|
||||
|
||||
[org.kde.krunner.desktop][Global Shortcuts]
|
||||
_launch=Meta+Space
|
||||
|
|
Loading…
Reference in New Issue