From 7dc43c256f76d36080c479dc2d58202a4fc159f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 13 Nov 2014 20:07:44 +0100 Subject: [PATCH] virtualkeyboard: convert TODO to org-mode file --- src/add-ons/input_server/devices/virtualkeyboard/TODO | 8 -------- src/add-ons/input_server/devices/virtualkeyboard/TODO.org | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 src/add-ons/input_server/devices/virtualkeyboard/TODO create mode 100644 src/add-ons/input_server/devices/virtualkeyboard/TODO.org diff --git a/src/add-ons/input_server/devices/virtualkeyboard/TODO b/src/add-ons/input_server/devices/virtualkeyboard/TODO deleted file mode 100644 index d40ea43da3..0000000000 --- a/src/add-ons/input_server/devices/virtualkeyboard/TODO +++ /dev/null @@ -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) diff --git a/src/add-ons/input_server/devices/virtualkeyboard/TODO.org b/src/add-ons/input_server/devices/virtualkeyboard/TODO.org new file mode 100644 index 0000000000..43ad139ae9 --- /dev/null +++ b/src/add-ons/input_server/devices/virtualkeyboard/TODO.org @@ -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)