mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
Merge branch 'master' into reorg
This commit is contained in:
commit
f30ba8a02e
24 changed files with 1002 additions and 45 deletions
33
platforms/win/ahk/main.ahk
Normal file
33
platforms/win/ahk/main.ahk
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue