Why are some keyboards able to register three inputs at once, while others can only manage two?

997 views

Why are some keyboards able to register three inputs at once, while others can only manage two?

In: Technology

2 Answers

Anonymous 0 Comments

A keyboard have far too many keys for each key to have their own sensor. It would just be too many wires and sensors to manage. Instead the switches on the keyboard are mounted in a grid matrix of wires where they connect the row and column wires together when pressed. The controller will activate a pattern of columns and observe the signals on the rows to figure out which keys are pressed. The issue is that if you press too many keys there is just too many rows that activates as all the wires gets connected together and there is no way to figure out which keys are actually pressed. Identifying two distinct keys is already a challenge and requires some interpretation of the signals. Identifying three distinct key presses is almost impossible unless you put resources into solving the issue. Some keyboards do allow three button presses as long as they are common patterns as they are able to arange those keys on the matrix in a way that makes it possible to distinguish them. Others allow three buttons as long as some of the buttons are control keys which may have extra hardware on them to make them easier to distinguish. Other keyboards will add extra hardware to the keyboard to make sure all keys can still be distinguished from each other even though this increases the cost of the keyboard significantly.

You are viewing 1 out of 2 answers, click here to view all answers.