-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add alternate boss key operation without long press? #16
Comments
Thanks @jeffs555 for trying the app and reporting enhancements.
Sure, Will keep it in mind and add when I get time. This is already supported on Android TVs with a full TV remote, so I hope it won't be difficult to make it customizable. In the meanwhile, do you know if the Samsung TV remote can toggle info keycode in Tanix Tx6? |
The Samsung TV remote does have an info button, but when pressed it passes a keycode 56 over HDMI-CEC to the Tanix box. I couldn't find any button on the Samsung TV remote or on the Tanix remote that generates the info keycode 165 at the Tanix box. Don't think that Tanix has a full size remote for any of their boxes. Thanks again. |
okay, no issues. I'm keeping it as a three way toggle, cycling in the order: The above functionality can be enabled via a checkbox in settings GUI from MATVT v1.04 onwards (download from https://github.com/virresh/matvt/releases/tag/v1.0.4 ) Please try and let me know if this solves your use case |
@jeffs555 I'm closing this issue. Please feel free to re-open / comment in case the provided functionality doesn't serve your purpose. |
Firstly, I am trying this with Tanix TX6 android TV box and it is working great with the Tanix remote. Thanks very much for making the program available.
However, I want to use it with HDMI-CEC control from a Samsung TV using the TV remote. It is somewhat working in that I can map a new keycode in MATVT and it will toggle scroll mode enabled/disabled if already in mouse mode. Direction buttons will move the mouse. However it can't send a long press to toggle between mouse mode and D-pad mode. All the keycodes from the Samsung TV HDMI-CEC send a make code followed immediately by a break code.
If you do a future version, it would be nice if you could allow operation without needing the long press. If you had an optional setting that would just toggle between mouse mode, scroll mode, and D-pad mode with each press of the key it would be great. The mouse speed acceleration doesn't work over CEC, because the Samsung CEC is constantly sending make/breaks for the direction keys, so the mouse is somewhat slow, but that is OK. Mainly need a way to change between mouse mode and D-pad mode without the long press.
Thanks again for sharing this great program.
The text was updated successfully, but these errors were encountered: