dotfiles/platforms/win/ahk/main.ahk
2024-12-01 07:41:57 +00:00

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