Skip to content

Commit

Permalink
Update Telegram app name
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestPessimist committed Dec 27, 2020
1 parent b7d5789 commit 5e38596
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appHandling_autoExecute.ahk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; WinTitle reference: https://autohotkey.com/docs/misc/WinTitle.htm#multi
global ahk_sublime := "ahk_exe sublime_text.exe"
global ahk_telegram := "ahk_exe telegram.exe ahk_class Qt5QWindowIcon"
global ahk_telegram := "ahk_exe telegram.exe ahk_class Qt5152QWindowIcon"
global ahk_tf2 := "ahk_exe hl2.exe"


Expand Down
17 changes: 16 additions & 1 deletion app_handling.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



#If WinActive("ahk_class SDL_app")

j::Space
k::PgUp

#If



;-------------------------------------------------
; CapsLock sublime text
CapsLock & s::
Expand Down Expand Up @@ -50,7 +59,7 @@ startAndResizeTelegram()
; NOTE: THIS DOES NOT WORK. SOMETIMES TELEGRAM JUST WONT FUCKING RESIZE.
; RUUUUUUDE!
getTaskbarDimensions(tw, th)
w := A_ScreenWidth/3
w := A_ScreenWidth/2.5
h := A_ScreenHeight - th
x := A_ScreenWidth - w
y := 0
Expand Down Expand Up @@ -238,6 +247,12 @@ F4:: SendInput !{F4}



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

; ------------------------------------------------
; ------------------------------------------------
; ------------------------------------------------
Expand Down

0 comments on commit 5e38596

Please sign in to comment.