mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
Windows - Adds new Lockscreen hotkey, lowercase hotkey & taskview
This commit is contained in:
@@ -215,6 +215,15 @@ GroupAdd, intellij, ahk_exe idea64.exe
|
|||||||
; +F6::Send {LCtrl down}{LWin down}{right}{LCtrl up}{LWin up} ; Comment out on host machine
|
; +F6::Send {LCtrl down}{LWin down}{right}{LCtrl up}{LWin up} ; Comment out on host machine
|
||||||
|
|
||||||
#IfWinNotActive ahk_group remotes
|
#IfWinNotActive ahk_group remotes
|
||||||
|
; Lock Workstation
|
||||||
|
#^q::DllCall("LockWorkStation")
|
||||||
|
; Conflicts w/ Win-L so will use Ctrl-Shift-L as Ctrl-L replacement
|
||||||
|
; Helpful for Sublime text lowercasing & VSCode
|
||||||
|
^+l::Send ^{l}
|
||||||
|
; Adds Task View to Ctrl-Cmd-Down
|
||||||
|
#^Down::
|
||||||
|
Run, "C:\Windows\explorer.exe" "shell:::{3080F90E-D7AD-11D9-BD98-0000947B0257}"
|
||||||
|
return
|
||||||
; wordwise support
|
; wordwise support
|
||||||
^Up::Send ^{Home}
|
^Up::Send ^{Home}
|
||||||
^+Up::Send ^+{Home}
|
^+Up::Send ^+{Home}
|
||||||
|
Reference in New Issue
Block a user