mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-06 19:08:27 +02:00
Merge pull request #244 from rbreaves/dev
- Adds budgie message and windows terminal hotkeys
This commit is contained in:
2
setup.py
2
setup.py
@@ -265,6 +265,8 @@ def setShortcuts():
|
|||||||
cmdline('dconf load /org/gnome/desktop/wm/keybindings/ < tempkb.conf')
|
cmdline('dconf load /org/gnome/desktop/wm/keybindings/ < tempkb.conf')
|
||||||
cmdline('dconf load /org/gnome/mutter/keybindings/ < tempmt.conf')
|
cmdline('dconf load /org/gnome/mutter/keybindings/ < tempmt.conf')
|
||||||
cmdline('sleep 1 && rm -f ./tempkb.conf;rm -f ./tempmt.conf')
|
cmdline('sleep 1 && rm -f ./tempkb.conf;rm -f ./tempmt.conf')
|
||||||
|
if dename == "budgie":
|
||||||
|
print('** Make sure to open Keyboard settings & reset "switch applications" to cmd+tab **')
|
||||||
# cmdline('dconf update')
|
# cmdline('dconf update')
|
||||||
|
|
||||||
def Uninstall():
|
def Uninstall():
|
||||||
|
@@ -374,6 +374,17 @@ $^+Right::Send +{End}
|
|||||||
#If
|
#If
|
||||||
|
|
||||||
#IfWinActive ahk_group terminals
|
#IfWinActive ahk_group terminals
|
||||||
|
|
||||||
|
; End of Line
|
||||||
|
#e::
|
||||||
|
Send {End}
|
||||||
|
return
|
||||||
|
|
||||||
|
; Beginning of Line
|
||||||
|
#a::
|
||||||
|
Send {Home}
|
||||||
|
return
|
||||||
|
|
||||||
; Copy
|
; Copy
|
||||||
^c::
|
^c::
|
||||||
SetKeyDelay -1
|
SetKeyDelay -1
|
||||||
@@ -422,28 +433,6 @@ $^+Right::Send +{End}
|
|||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
|
||||||
; End of Line
|
|
||||||
^e::
|
|
||||||
SetKeyDelay -1
|
|
||||||
Send {Blind}{e DownTemp}
|
|
||||||
return
|
|
||||||
|
|
||||||
^e up::
|
|
||||||
SetKeyDelay -1
|
|
||||||
Send {Blind}{e Up}
|
|
||||||
return
|
|
||||||
|
|
||||||
; Beginning of Line
|
|
||||||
^a::
|
|
||||||
SetKeyDelay -1
|
|
||||||
Send {Blind}{a DownTemp}
|
|
||||||
return
|
|
||||||
|
|
||||||
^a up::
|
|
||||||
SetKeyDelay -1
|
|
||||||
Send {Blind}{a Up}
|
|
||||||
return
|
|
||||||
|
|
||||||
^l::Send clear{Enter}
|
^l::Send clear{Enter}
|
||||||
; #l::return
|
; #l::return
|
||||||
; Clear Terminal and Scroll Buffer
|
; Clear Terminal and Scroll Buffer
|
||||||
|
Reference in New Issue
Block a user