diff --git a/windows/kinto.ahk b/windows/kinto.ahk index 7c77472..d318e19 100644 --- a/windows/kinto.ahk +++ b/windows/kinto.ahk @@ -308,8 +308,10 @@ GroupAdd, intellij, ahk_exe idea64.exe !Esc::SendInput, {Pause} ; Go up or down a page - $!Down::Send {PgDn}; - $!Up::Send {PgUp}; + #IfWinNotActive ahk_group editors + $!Down::Send {PgDn} + $!Up::Send {PgUp} + #If ; Close Apps ^q::Send !{F4} @@ -833,4 +835,4 @@ Send {RWin up} Send {LWin up} Send {RShift up} Send {LShift up} -return \ No newline at end of file +return