Ctrl modifier for menus makes key stick

BlitzMax Forums/BlitzMax GUI Programming/Ctrl modifier for menus makes key stick

If you use Control + a button to open a file requester, after the file requester is closed events will continue to have the COMMAND modifier even though the key is not pressed.

Can you post a short code example that demonstrates this behaviour?

then check for the control_left / control_right modifier, not the command, you most likely are not on an apple, right? :)