Opened 20 years ago
Closed 20 years ago
Last modified 18 years ago
#27 closed enhancement (wontfix)
Add a virtual keyboard to myth line edits.
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | line edit virtual keyboard |
Cc: | Ticket locked: | no |
Description
A virtual keyboard for Myth Line Edits that can allow all the text input anyone would care about without having to grab the keyboard. The idea is similar to the MythRemoteLineEdit? functionaility found in MythDVD and MythMusic, but is applied to all line edit boxes and provides a graphical keyboard instead of using cell-phone style text entry.
Attachments (1)
Change History (3)
Changed 20 years ago by
Attachment: | mythtv_svn_virtual_keyboard.svn.diff added |
---|
comment:1 Changed 20 years ago by
- To use, hit "Enter" or "Select" while a Line Edit box is in focus. A popup virtual keyboard window will appear. Use the up/down/left/right/OK buttons on your remote to choose and press keys. There is also shift (+ lock), cursor right/left, backspace, delete, and done buttons.
- When done, choose "Back/Exit?" (or the "Escape" key on a keyboard) or press the "Done" key.
- To turn off the functionality (i.e. popup won't appear when you hit enter on a line edit), uncheck "Use line edit virtual keyboards" in the Appearance->QT Themes menu window.
comment:2 Changed 20 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Sorry, but this won't be applied. It uses too much Qt to work with mythui, and since the UI is going to start being converted soon, it doesn't make sense to apply this patch.
Note: See
TracTickets for help on using
tickets.
Patch introduces virtual keyboard function to myth line edits.