28 lines
644 B
AutoHotkey
28 lines
644 B
AutoHotkey
#Enter::Run "C:\programs\cygwin\bin\mintty.exe" "C:\programs\cygwin\bin\zsh" "--login"
|
|
#o:: Run "explorer.exe" "C:\Users\user"
|
|
#+o:: Run "C:\programs\lf.exe" "C:\Users\user"
|
|
#b:: Run "C:\Program Files\Mozilla Firefox\firefox.exe"
|
|
#t:: Run "C:\Windows\System32\taskmgr.exe"
|
|
#a:: Run "SndVol.exe"
|
|
#c:: Run "calc.exe"
|
|
|
|
#f:: WinMaximize, A
|
|
#+f:: WinRestore, A
|
|
|
|
#j:: Send {Volume_Up}
|
|
#k:: Send {Volume_Down}
|
|
|
|
#m:: Send {Volume_Mute}
|
|
|
|
|
|
#q::
|
|
SendInput {Alt down}
|
|
SendInput {F4}
|
|
SendInput {Alt up}
|
|
Return
|
|
|
|
#h::
|
|
WinMinimize, A
|
|
Return
|
|
|
|
#i:: Run "C:\programs\cygwin\bin\mintty.exe" "C:\programs\cygwin\bin\zsh" "--login" "/home/user/.scripts/bookmarks"
|