| Posted: 04:27pm 06 Dec 2020 |
Copy link to clipboard |
 Print this post |
|
keydown works perfectly within the limitations of the keyboard itself. Keyboards use a matrix scan and depending on where keys are in the matrix they may or may not be able to appear simultaneously
Run the attached to see what your keyboard can do and read the manual for what to expect
do print @(0,0),str$(keydown(0),4), str$(keydown(1),4),str$(keydown(2),4),str$(keydown(3),4),str$(keydown(4),4),str$(keydown(5),4),str$(keydown(6)),bin$(keydown(7),8) loop Edited 2020-12-07 02:27 by matherp |