05-29-2024, 01:29 AM
This is a glut issue. It's percasive with non-mappings, and mis-mappings for all sorts of CTRL+keypress issues.
According to Matt, you should be able to use _DEVICES to properly get this information now, I think.
Or, if you're a windows user, you can always use my custom KeyHit library, which uses windows API routines and works with all keypresses (probably more than you're expecing, such as even the mouse buttons and media keys and such), and which you can custom map to whichever keyboards you might be using. https://qb64phoenix.com/forum/showthread.php?tid=21
According to Matt, you should be able to use _DEVICES to properly get this information now, I think.
Or, if you're a windows user, you can always use my custom KeyHit library, which uses windows API routines and works with all keypresses (probably more than you're expecing, such as even the mouse buttons and media keys and such), and which you can custom map to whichever keyboards you might be using. https://qb64phoenix.com/forum/showthread.php?tid=21