-
Notifications
You must be signed in to change notification settings - Fork 160
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
[FEATURE] Function add keycode for SmartTV #156
Comments
Hi @tconns, thanks for filing your issue. I have no experience working with webOS, so you're going to have to help me out here. Could you please confirm you're referring to the addKeycodes method on mousetrap? Could you also confirm in your examples that the KeyboardEvents have a |
Sorry for the late! In v1, I used addKeycodes method on mousetrap, it works normally. You can try the example of replacing the 'numlock' key name with the 'BackTV' key. Then call 'BackTV' to the handlers. |
(Tizen) Mousetrap.addKeycodes({ |
This feature is now available in v2.0.0-pre8. |
Is your feature request related to a problem? Please describe.
I'm working on a project on SmartTV using React-Hotkeys. Back key on webOS does not receive
Describe the solution you'd like
Add method to add KeyCode like mousetrap
Describe alternatives you've considered
Just open more self-defined uses of mouestrap as v1 version.
Additional context
The control keys on the remote have different codes. Example: webos: "461:" BackTV ", tizen:" 10009: "BackTV"
The text was updated successfully, but these errors were encountered: