Replies: 2 comments 10 replies
-
When I need something like that it's usually just a hex-keypad or something similar. Those are easy to "build yourself" with buttons and a priority encoder. If you set a label on the button then it can be mapped to your computer keyboard. It might be a bit tedious to do this with a full ascii keyboard though ;-) and you'll have a problem handling shift and control keys. |
Beta Was this translation helpful? Give feedback.
-
What should happen if several buttons are pressed at the same time? Keyboards are normally connected in a matrix so that each key can be queried to determine whether it is currently pressed or not. |
Beta Was this translation helpful? Give feedback.
-
So the keyboard component is a sequential one and buffers the input right?
Is there a way to use that component to create a component which outputs the current key being held or zero?
If not how can I have something like that?
Also having feature to have a custom key code map is also appreciated.
PS: I would like the component to give priority to key that was pressed last in case of multi key press, also here is the character set I want as of now
Beta Was this translation helpful? Give feedback.
All reactions