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

Add keyboard support #1

Open
christophe-williams opened this issue Apr 28, 2020 · 2 comments
Open

Add keyboard support #1

christophe-williams opened this issue Apr 28, 2020 · 2 comments

Comments

@christophe-williams
Copy link

Users of smart devices often dislike entering text using on-screen keyboards - whether this to enter login credentials or to search for a title.

Ticket is to add support for using phone keyboard to send text directly to application.

@christophe-williams
Copy link
Author

If key mappings are independent of applications, could this feature be extended to an arbitrary application? For instance I ask xdotool to search for "Hulu" windows and use the keyboard to type login credentials, even though Hulu is not supported for other remote control features.

@codingthat
Copy link
Owner

codingthat commented Apr 29, 2020

Indeed, arbitrary keyboard input could be added (implied by the "advanced lounging" mentioned at the end of the article. ;) ) That's a bit of an extended feature though—someone would have to think about how it'd be best for the UI to work.

And yes, you can have it search for whatever you like in the title. It would be a matter of editing common/preset_commands.js and adding a Hulu key and corresponding object, just like the others found there. If you get it working to your liking feel free to submit a patch so other Hulu users can enjoy the results, too.

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

No branches or pull requests

2 participants