Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestPessimist committed Dec 21, 2022
1 parent fe8fde2 commit f79db44
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions app_handling.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,6 @@
#include lib/clipboard.ahk


;; There is no need for a standard ahk auto-execute area anymore because of this method.
;; This method is called automatically when the static variable autoExecute is instantiated,
;; and since it's a static, it will only be instantiated once!
;;
;; Idea provided by @nnnik#6686 on the AHK Discord Server: https://discord.gg/s3Fqygv
;AppHandlingAutoExecute()
;{
; static autoExecute := AppHandlingAutoExecute()
;
; SetTimer, hideTeamviewerSponsoredSession, 5000
;
; ; 2018.09.07: no need for this as sublime text is licensed now!
; ; SetTimer, hideSublimeRegister, 1000
;}

#HotIf WinActive("ahk_class SDL_app")
j::Space
k::PgUp
Expand Down

0 comments on commit f79db44

Please sign in to comment.