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 USB HID media control keys now common on remotes and keyboards. #901

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

twitham1
Copy link
Contributor

Appears that USB HID standardized common media control keys some years after MythTV was invented. These have Keysyms in X11 and then Qt for several years now but it wasn't until 2019 and later that web browsers finally started supporting these keys.

So rather than all users manually mapping these, seems MythTV should support them out of the box. Home Page makes a great Info button on the MX3 but might be in an odd place on other remotes. But if this key is anywhere and makes it to MythTV it might as well do something useful, right? All others are hopefully self explanatory.

While here, also map emacs-like Ctrl+B and Ctrl+F for rewind and fast foward as on older MCE remotes like ARC-1100. This required moving "jump to start" from Ctrl+B to Ctrl+A. Menu, Info and Delete are also mapped to the control keys of the colored ARC-1100 buttons.

I assume this might have no effect on current installs if they keep the bindings as-is in the database. I don't have a way to test currently. But at least this should get the keys working on new installs.

Checklist

@linuxdude42 linuxdude42 self-assigned this Sep 6, 2024
While here, also map emacs-like Ctrl+B and Ctrl+F for rewind and fast
foward as on older MCE remotes like ARC-1100.  This required moving
"jump to start" from Ctrl+B to Ctrl+A.  Menu, Info and Delete are also
mapped to the control keys of the colored ARC-1100 buttons.

(cherry picked from commit 9133feb)
@linuxdude42 linuxdude42 merged commit c20603c into MythTV:master Oct 3, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants