From 2b8f07e152471aa01171aa28fd685ac6f94e3a43 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Sat, 16 Apr 2011 00:51:17 +0000 Subject: [PATCH] Some FIXMEs/TODOs for onscreen-keyboard option. --- docs/CHANGES.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 546616f66..06b027023 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -63,6 +63,32 @@ $Id$ with integration and fixes by Pere Pujal i Carabantes + 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.