From c2f4582357d9aec0534b1eac58767319779255ce Mon Sep 17 00:00:00 2001 From: Freeman Lou Date: Fri, 3 Jan 2014 17:27:24 +0000 Subject: [PATCH] virtualkeyboard: add TODO list --- src/add-ons/input_server/devices/virtualkeyboard/TODO | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/add-ons/input_server/devices/virtualkeyboard/TODO diff --git a/src/add-ons/input_server/devices/virtualkeyboard/TODO b/src/add-ons/input_server/devices/virtualkeyboard/TODO new file mode 100644 index 0000000000..1911dc49b6 --- /dev/null +++ b/src/add-ons/input_server/devices/virtualkeyboard/TODO @@ -0,0 +1,3 @@ +-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. \ No newline at end of file