mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
sync: from Windows
This commit is contained in:
parent
16d9d1348b
commit
fd3ecfd674
15 changed files with 2581 additions and 29 deletions
32
win/ahk/main.ahk
Normal file
32
win/ahk/main.ahk
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
; 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue