mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
33 lines
427 B
AutoHotkey
33 lines
427 B
AutoHotkey
#Requires AutoHotkey v2.0
|
|
|
|
; #b::
|
|
; Run '"C:\Program Files\Zotero\zotero.exe"'
|
|
; return
|
|
|
|
; #f::
|
|
; Run '"C:\Program Files\GPSoftware\Directory Opus\dopus.exe"'
|
|
; return
|
|
|
|
; #q::
|
|
; Send '!{F4}'
|
|
; return
|
|
|
|
; #r::
|
|
; Run '"C:\Program Files\WindowsApps\Microsoft.WindowsTerminal_1.21.3231.0_x64__8wekyb3d8bbwe\wt.exe"'
|
|
; return
|
|
|
|
#h::
|
|
Send '{Left}'
|
|
return
|
|
|
|
#n::
|
|
Send '{Down}'
|
|
return
|
|
|
|
#e::
|
|
Send '{Up}'
|
|
return
|
|
|
|
#i::
|
|
Send '{Right}'
|
|
return
|