Can we use multiple key presses?

Request New Features here.
jpurdum
Enovation Controls Development
Enovation Controls Development
Posts: 153
Joined: Mon Jun 21, 2010 11:19 am

Can we use multiple key presses?

Post by jpurdum » Tue Sep 14, 2010 12:02 pm

Is there an easy way to respond to simultaneous button presses?
jpurdum
Enovation Controls Development
Enovation Controls Development
Posts: 153
Joined: Mon Jun 21, 2010 11:19 am

Re: Can we use multiple key presses?

Post by jpurdum » Tue Sep 14, 2010 12:03 pm

Currently, we do not support simultaneous button presses in 2.1. And if we do add that feature in the future, it’s dependent on how the hardware is built – only certain key combinations will work. Our device driver for the keys is interrupt driven, and with a row/column method of reading keys in our processor, there are certain combinations that simply look like only one of those keys was pressed because both keys might be in the same row or in the same column.