Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support long press of keys #3

Open
jamesgol opened this issue Aug 13, 2015 · 1 comment
Open

Support long press of keys #3

jamesgol opened this issue Aug 13, 2015 · 1 comment

Comments

@jamesgol
Copy link
Contributor

Support long presses of hardware keys.

Will likely require changes to:

  • Key-Editor app
  • Framework code that deals with keypresses
@lkernan
Copy link
Contributor

lkernan commented Aug 18, 2015

I started playing with this at one stage but gave up. It will be a pain because you can't know which physical button has actually been pressed, only that you've received a specific keycode that the MCU has been programmed to send.

I wish they'd just sent a custom values for each button and had a bonovohandle type service interpret it rather than have the MCU send key presses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants