From e47787291da66c7f3d8db52831e5d530a419c21e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 13 Nov 2014 10:27:04 +0100 Subject: [PATCH] virtualkeyboard: mention needed code factorisation in TODO --- src/add-ons/input_server/devices/virtualkeyboard/TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/add-ons/input_server/devices/virtualkeyboard/TODO b/src/add-ons/input_server/devices/virtualkeyboard/TODO index a52ddc13ef..5db24415a1 100644 --- a/src/add-ons/input_server/devices/virtualkeyboard/TODO +++ b/src/add-ons/input_server/devices/virtualkeyboard/TODO @@ -2,4 +2,5 @@ -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 \ No newline at end of file +-Add deskbar option to open the keyboard +-factor-out code common to both Keymap and VirtualKeyboard