home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Input / Output interfaces
other Input / Output interfaces
Virtual Keyboard Customization
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="orencha" data-source="post: 643516" data-attributes="member: 11329"><p>Improvement Suggestion: Custom Virtual Keyboard</p><p></p><p>Currently, in many plugins (including basic ones such as the built in "TV" plugin), where text input is required, a "Virtual Keyboard" appears on screen, which allow users to enter text from the remote control. The virtual keyboard is very usefull for Keyboardless systems, as it allows users to enter text in a search box, etc.</p><p></p><p>The VK currently supports English characters, digits, some symbols and accents.</p><p>However, characters in other languages (such as Hebrew) cannot be entered.</p><p>Since the keyboard layout is hardcoded in a CS file, users cannot custom the keyboard layout to add their own languages and symbols.</p><p></p><p>My suggestion:</p><p>* Make the virtual keyboard customizable, to allow localization.</p><p>* To avoid handling additional files, put the keyboard layout in the strings_XX.xml files (mediaportal's already existing translation files). This way, virtual keyboards can be localized as part of the MediaPortal translation, with no additional effort.</p><p>* Example for such configuration:</p><p>[CODE]</p><p> <String id="1701">0123456789</String></p><p> <String id="1702">abcdefghi</String></p><p> <String id="1703">jklmnopqr</String></p><p> <String id="1704">stuvwxyz</String></p><p> ...etc...</p><p>[/CODE]</p><p>* Example QWERTY layout:</p><p>[CODE]</p><p> <String id="1701">0123456789-=</String></p><p> <String id="1702">qwertyuiop[]</String></p><p> <String id="1703">asdfghjkl;'\</String></p><p> <String id="1704">zxcvbnm,./</String></p><p> ...etc...</p><p>[/CODE]</p><p></p><p>Please let me know what you think...</p></blockquote><p></p>
[QUOTE="orencha, post: 643516, member: 11329"] Improvement Suggestion: Custom Virtual Keyboard Currently, in many plugins (including basic ones such as the built in "TV" plugin), where text input is required, a "Virtual Keyboard" appears on screen, which allow users to enter text from the remote control. The virtual keyboard is very usefull for Keyboardless systems, as it allows users to enter text in a search box, etc. The VK currently supports English characters, digits, some symbols and accents. However, characters in other languages (such as Hebrew) cannot be entered. Since the keyboard layout is hardcoded in a CS file, users cannot custom the keyboard layout to add their own languages and symbols. My suggestion: * Make the virtual keyboard customizable, to allow localization. * To avoid handling additional files, put the keyboard layout in the strings_XX.xml files (mediaportal's already existing translation files). This way, virtual keyboards can be localized as part of the MediaPortal translation, with no additional effort. * Example for such configuration: [CODE] <String id="1701">0123456789</String> <String id="1702">abcdefghi</String> <String id="1703">jklmnopqr</String> <String id="1704">stuvwxyz</String> ...etc... [/CODE] * Example QWERTY layout: [CODE] <String id="1701">0123456789-=</String> <String id="1702">qwertyuiop[]</String> <String id="1703">asdfghjkl;'\</String> <String id="1704">zxcvbnm,./</String> ...etc... [/CODE] Please let me know what you think... [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Input / Output interfaces
other Input / Output interfaces
Virtual Keyboard Customization
Contact us
RSS
Top
Bottom