mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
32 lines
512 B
AutoHotkey
32 lines
512 B
AutoHotkey
; TODO: Update to AHK v2
|
|
#[::
|
|
Run, C:\Users\citoy\AppData\Local\Programs\Microsoft VS Code\Code.exe
|
|
return
|
|
#]::
|
|
Run, C:\Program Files\Neovide\neovide.exe
|
|
return
|
|
#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
|