Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwkendrick <wkendrick>2011-04-16 00:51:17 (GMT)
committer wkendrick <wkendrick>2011-04-16 00:51:17 (GMT)
commitfcc4390a42a71548603d0989306e20e90c63e918 (patch)
treec725e3c24825b531cfeb4d73a86e8299bc156987
parent04dd6913a3393e16fdae9af35f2c840e165b82db (diff)
Some FIXMEs/TODOs for onscreen-keyboard option.
-rw-r--r--docs/CHANGES.txt28
1 files changed, 27 insertions, 1 deletions
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index fc42030..dc0a24f 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -6,7 +6,7 @@ Copyright (c) 2002-2011 by Bill Kendrick and others
bill@newbreedsoftware.com
http://www.tuxpaint.org/
-$Id: CHANGES.txt,v 1.765 2011/04/15 23:46:21 wkendrick Exp $
+$Id: CHANGES.txt,v 1.766 2011/04/16 00:51:17 wkendrick Exp $
2011.April.15 (0.9.22)
* New Tools:
@@ -63,6 +63,32 @@ $Id: CHANGES.txt,v 1.765 2011/04/15 23:46:21 wkendrick Exp $
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.