Skip to content

Commit

Permalink
update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestPessimist committed Nov 8, 2022
1 parent b834a1f commit e0f8493
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions app_handling.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ k::PgUp
CapsLock & s::
runSublimeText(){
if !WinExist(WinTitles.SublimeText) {
Run "C:\all\Sublime Text\sublime_text.exe"
Run "D:\all\all\Sublime Text\sublime_text.exe"
WinWait % WinTitles.SublimeText
}
Sleep 499
Expand All @@ -51,7 +51,7 @@ CapsLock & t::
startAndResizeTelegram()
{
if !WinExist(WinTitles.Telegram) {
Run "C:\all\Telegram\Telegram.exe"
Run "D:\all\all\Telegram\Telegram.exe"
Winwait % WinTitles.Telegram
Sleep 499
WinActivate % WinTitles.Telegram
Expand Down Expand Up @@ -261,9 +261,12 @@ F4:: SendInput !{F4}


;-------------------------------------------------
; disable End in AcdSee
; disable Home/End in AcdSee
#If WinActive(WinTitles.ACDSee)
Home::Return
End::Return
Ctrl & Home::Home
Ctrl & End::End
#If

; ------------------------------------------------
Expand Down Expand Up @@ -320,7 +323,7 @@ CapsLock & v::
ClipWait 1

Tippy("Opening mpv with: " Clipboard)
Run % "C:\all\mpv.net\mpvnet.exe " Clipboard
Run % "D:\all\all\mpv.net\mpvnet.exe " Clipboard

restoreClipboard()
}
Expand Down

0 comments on commit e0f8493

Please sign in to comment.