Some FIXMEs/TODOs for onscreen-keyboard option.

This commit is contained in:
William Kendrick 2011-04-16 00:51:17 +00:00
parent 63ed74aff4
commit 2b8f07e152

View file

@ -63,6 +63,32 @@ $Id$
with integration and fixes by
Pere Pujal i Carabantes <pere@fornol.no-ip.org>
FIXME:
* Flickers a lot
* "Caps" label overwrites "a"; perhaps show an up-arrow (a la
old Mac keyboards?) (Unicode U+21CE or U+21EA?)
* "Shift" key doesn't seem to do anything (I click it, and it
highlights, then goes back to light blue)
* Replace "Shift" with an arrow? (Unicode U+21E7)
* Hightlight-on-hover isn't something we do elsewhere in
Tux Paint; not a bad idea, but having the keyboard do it is
inconsistent
* Why is there an "Esc" key?
* "Back" label goes outside of its button; perhaps a delete left-arrow?
(Unicode U+232B)
* "Ret" should probably be replaced with a carriage return
down-then-left-arrow. (Unicode U+21B5 or U+23CE)
* "Alt" seems to cause "ij" to get added to the text; what is
this supposed to be for?
* When using "Caps" (or "Shift") ... FIXME: What?
* Keyboard layout should be configurable (at least via config
file, if not (optionally) within the app); should support QWERTY,
alphabetic (A-Z), and support international characters (depending
on the locale?)
* Should be 4 rows for numbers & alphabetic (at least in
QWERTY-style layouts; maybe more in others? big world out there!)
* Needs a space key! (5th row?)
* Other Improvements:
-------------------
* Quicker prompt window pop-up animation.