Post subject: VBA doesn't recognize more than two button presses
Player (42)
Joined: 12/27/2008
Posts: 873
Location: Germany
I'm using VBA v22 and when I hold too many buttons at the same time, it doesn't read all the presses. It doesn't understand, for example, Up+R+B. I tried putting input display on and it only shows two or sometimes only one of them pressed.
Joined: 7/10/2007
Posts: 280
I know nothing about VBA, but some keyboards may not accept the combination of inputs. Try remapping buttons to other keys, specifically Ctrl/Alt/Shift should be cross-compatible.
Sir_VG
He/Him
Player (39)
Joined: 10/9/2004
Posts: 1911
Location: Floating Tower
It's simply a keyboard limitation that can't accept too many presses at once. Remap your keys or use a controller to bypass the issue.
Taking over the world, one game at a time. Currently TASing: Nothing
Player (42)
Joined: 12/27/2008
Posts: 873
Location: Germany
OK. I changed some keys to Ctrl, Alt and Shift and it worked. Thanks for your help.
Editor, Expert player (2316)
Joined: 5/15/2007
Posts: 3856
Location: Germany
My old keyboard accepted simultaneous pressing of A, W and S which are next to each other while my new keyboard only accepts A, W and D. (See image) Are there keyboards which accept more or even all possible key presses?
Editor, Skilled player (1406)
Joined: 3/31/2010
Posts: 2086
I have an old PS2 keyboard, and I had this problem where multiple arrow keys at once wouldn't be registered. Switching to the numeric keypad partially fixed this issue.