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