v1.1.33.04, v2.0-a128: ctrl, shift not working as hotkeys Topic is solved

Report problems with documented functionality
Aetzbarr
Posts: 25
Joined: 20 Jun 2020, 06:18

v1.1.33.04, v2.0-a128: ctrl, shift not working as hotkeys

08 Mar 2021, 04:01

Code: Select all

ctrl::msgbox
shift::msgbox
In v2.0-a128, pressing Ctrl or Shift does nothing.
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: v2.0-a128: ctrl, shift not working as hotkeys

08 Mar 2021, 07:40

indeed. it has to do with the newly added hotkey precedence/differentiation functionality but i don't understand the implementation
lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: v1.1.33.04, v2.0-a128: ctrl, shift not working as hotkeys

09 Mar 2021, 05:49

I've edited the topic title to show that this applies to v1.1.33.04 as well.

I don't know about "precedence/differentiation functionality"; this happens even if ctrl:: is the script's only hotkey.

You may use either or both of the key names with L/R prefix instead, until (and after) this is fixed.
lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: v1.1.33.04, v2.0-a128: ctrl, shift not working as hotkeys

09 Mar 2021, 06:10

Actually, it did have to do with precedence in a way;

Code: Select all

*ctrl::msgbox This doesn't work.
ctrl::msgbox This works because it takes precedence over *ctrl.
but the cause of the error was just bad refactoring (if (do_cascade) {...} should be outside the block which currently encloses it).

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 16 guests