I’ve got an audio plug that tests ModifierKeys::ctrlModifier, and the keyboard layout seems to affect it’s behavior.
When using a British keyboard layout (IE, customers in the UK), ModifierKeys::ctrlModifier is set when alt is pressed, but not when ctrl is pressed - I’m currently running some tests to see if they are simply flipped.
Has anybody else had to deal with this? Any known workarounds?
Thanks,
-M