virtualkeyboard: convert TODO to org-mode file

This commit is contained in:
François Revol
2014-11-13 20:07:44 +01:00
parent 953c6a0450
commit 7dc43c256f
2 changed files with 8 additions and 8 deletions
@@ -1,8 +0,0 @@
-Improve the drawing of both Keymap and VirtualKeyboard (Same code)
-Create a handler class so that Keyboard View does not know about input device
-Add a window to change layout, font, and maps. The functions to load the items are already there! Just need to create a settings directory for preferences.
-The held down keys (ctrl, caps, shift, alt, etc) have an issue where they stay down. To replicate click one of the listed keys. Click an alphabet key. Then try click the held down key again. The key will stay stuck
-Add deskbar option to open the keyboard
-factor-out code common to both Keymap and VirtualKeyboard
-handle B_KEY_MAP_CHANGED and B_KEY_LOCKS_CHANGED
-find a way to not start it on boot (might need patching input_server)
@@ -0,0 +1,8 @@
* TODO Improve the drawing of both Keymap and VirtualKeyboard (Same code)
* TODO Create a handler class so that Keyboard View does not know about input device
* TODO Add a window to change layout, font, and maps. The functions to load the items are already there! Just need to create a settings directory for preferences.
* TODO The held down keys (ctrl, caps, shift, alt, etc) have an issue where they stay down. To replicate click one of the listed keys. Click an alphabet key. Then try click the held down key again. The key will stay stuck
* TODO Add deskbar option to open the keyboard
* TODO factor-out code common to both Keymap and VirtualKeyboard
* TODO handle B_KEY_MAP_CHANGED and B_KEY_LOCKS_CHANGED
* TODO find a way to not start it on boot (might need patching input_server)