Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#10872 - Improve the usability of the virtual keyboard

Attached to Project: Rockbox
Opened by Johannes Schwarz (Ubuntuxer) - Wednesday, 23 December 2009, 15:28 GMT+1
Task Type Patches
Category User Interface
Status New
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Release 3.4
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Private No

Details

I have started an discussion about the virtual keyboard in the mailing list.

In my opinion the text_editor's control should be similar to the calculator:
- use the whole screen (no tiny font)
- support for touchscreen (raster map)
- separate characters into categories

I adjust the calculator plugin to show my concept.
   virtual_keyboard.diff (28.1 KiB)
 apps/plugins/CATEGORIES     |    1 
 apps/plugins/SOURCES        |    1 
 apps/plugins/text_editor2.c |  908 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 910 insertions(+)

This task depends upon

Comment by Teruaki Kawashima (teru) - Wednesday, 23 December 2009, 16:10 GMT+1
> text_editor's control should be similar to the calculator
please don't mix text_editor and virtual keyboard. there is no point to make text_editor similar calculator.

> use the whole screen (no tiny font).
If you load a customized kbd file you can use user font (it won't be tiny).
check the wiki for more info: http://www.rockbox.org/wiki/LoadableKeyboardLayouts

And I disagree removing support for non-ASCII characters.
Comment by Dominik Riebeling (bluebrother) - Wednesday, 23 December 2009, 22:28 GMT+1
If you change text_editor please change text_editor, don't post a diff which only creates a new text_editor. It's impossible to see any differences from your diff.

Loading...