BlockInput isn't disabled whenever an Alt event is sent

Report problems with documented functionality
paddyleaf
Posts: 3
Joined: 23 Jan 2020, 02:19

BlockInput isn't disabled whenever an Alt event is sent

23 Jan 2020, 02:32

BlockInput isn't disabled whenever an Alt event is sent with current version AutoHotkey.
I checked with 1.1.30.03 version, that works.

I checked with this code.

LAlt & Space::
{
ExitApp
}
joefiesta
Posts: 497
Joined: 24 Jan 2016, 13:54
Location: Pa., USA

Re: BlockInput isn't disabled whenever an Alt event is sent

23 Jan 2020, 09:29

Of course, blockinput doesn't work in your sample code. Because, you don't have a blockinput command. Please provide a script that shows your problem.
paddyleaf
Posts: 3
Joined: 23 Jan 2020, 02:19

Re: BlockInput isn't disabled whenever an Alt event is sent

23 Jan 2020, 19:57

Sorry.
The code is very simple.

BlockInput,On
MsgBox, To exit, press LAlt and Space

LAlt & Space::
{
ExitApp
}
paddyleaf
Posts: 3
Joined: 23 Jan 2020, 02:19

Re: BlockInput isn't disabled whenever an Alt event is sent

24 Jan 2020, 20:29

I tried with 1.1.31.01 version, and found that BlockInput doesn't work(LAlt & Space)
It seems this problem is in 1.1.31 version.

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 48 guests