(regression) Document keyDownActions: discrepancy between global and instance #1512
Labels
bug
Issues that relate to unexpected/unwanted behavior. Don't use for PRs.
env: SCIDE
good first issue
indicates issue tickets that are suitable for a new contributor
Milestone
SHIFT:
global keyDownAction: 131072
instance keyDownAction: 33554432
CTRL:
global keyDownAction: 262144
instance keyDownAction: 67108864
ALT:
global keyDownAction: 524288
instance keyDownAction: 134217728
I am 100% certain that ctrl used to come into the globalKeyDownAction as 67108864 before, but it's changed since my last pull (today). I'm now on alpha1 plus a few post-alpha1 commits.
I don't have an opinion which is correct -- but these used to be consistent, and now they aren't. That's a regression that must be fixed before release.
The text was updated successfully, but these errors were encountered: