Page 1 of 1

Modifier hotkeys fail upgrading 1.1.30.1 to 1.1.30.2

Posted: 02 Apr 2019, 18:54
by hollasch
Installed 1.1.30.2 today, and had one of my scripts fail. Here's the simplest example:

Code: Select all

Shift::MsgBox Shift key pressed.
After updating from 1.1.30.1 to 1.1.30.2, this will not fire when the shift key is pressed. However, prefixing with a tilde fixes it:

Code: Select all

~Shift::MsgBox Shift key pressed.
Is this intentional?

Re: Modifier hotkeys fail upgrading 1.1.30.1 to 1.1.30.2  Topic is solved

Posted: 09 Apr 2019, 09:36
by guest3456
looks like this is fixed in 1.1.30.03

Re: Modifier hotkeys fail upgrading 1.1.30.1 to 1.1.30.2

Posted: 09 Apr 2019, 11:44
by hollasch
Verified fixed in 1.1.30.3.