diff --git a/appHandling_autoExecute.ahk b/appHandling_autoExecute.ahk index 7f10950..225c73b 100644 --- a/appHandling_autoExecute.ahk +++ b/appHandling_autoExecute.ahk @@ -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" diff --git a/app_handling.ahk b/app_handling.ahk index 59c152f..4159508 100644 --- a/app_handling.ahk +++ b/app_handling.ahk @@ -2,6 +2,15 @@ +#If WinActive("ahk_class SDL_app") + +j::Space +k::PgUp + +#If + + + ;------------------------------------------------- ; CapsLock sublime text CapsLock & s:: @@ -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 @@ -238,6 +247,12 @@ F4:: SendInput !{F4} +;------------------------------------------------- +; disable End in AcdSee +#If WinActive(WinTitles.ACDSee) +End::Return +#If + ; ------------------------------------------------ ; ------------------------------------------------ ; ------------------------------------------------