[haiku-commits] haiku: hrev48293 - src/add-ons/input_server/devices/virtualkeyboard

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 13 Nov 2014 20:28:35 +0100 (CET)

hrev48293 adds 2 changesets to branch 'master'
old head: 953c6a0450b163de2747c1a865859833fb53f10c
new head: 642c5de7a8ca7b5f707fea6df5803004d8e96ed1
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=642c5de+%5E953c6a0

----------------------------------------------------------------------------

7dc43c2: virtualkeyboard: convert TODO to org-mode file

642c5de: virtualkeyboard: more TODO

                                          [ François Revol <revol@xxxxxxx> ]

----------------------------------------------------------------------------

2 files changed, 10 insertions(+), 8 deletions(-)
src/add-ons/input_server/devices/virtualkeyboard/TODO     |  8 --------
src/add-ons/input_server/devices/virtualkeyboard/TODO.org | 10 ++++++++++

############################################################################

Commit:      7dc43c256f76d36080c479dc2d58202a4fc159f6
URL:         http://cgit.haiku-os.org/haiku/commit/?id=7dc43c2
Author:      François Revol <revol@xxxxxxx>
Date:        Thu Nov 13 19:07:44 2014 UTC

virtualkeyboard: convert TODO to org-mode file

----------------------------------------------------------------------------

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 d40ea43..0000000
--- 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 0000000..43ad139
--- /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)

############################################################################

Revision:    hrev48293
Commit:      642c5de7a8ca7b5f707fea6df5803004d8e96ed1
URL:         http://cgit.haiku-os.org/haiku/commit/?id=642c5de
Author:      François Revol <revol@xxxxxxx>
Date:        Thu Nov 13 19:10:05 2014 UTC

virtualkeyboard: more TODO

----------------------------------------------------------------------------

diff --git a/src/add-ons/input_server/devices/virtualkeyboard/TODO.org 
b/src/add-ons/input_server/devices/virtualkeyboard/TODO.org
index 43ad139..1b679cc 100644
--- a/src/add-ons/input_server/devices/virtualkeyboard/TODO.org
+++ b/src/add-ons/input_server/devices/virtualkeyboard/TODO.org
@@ -6,3 +6,5 @@
 * 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)
+* TODO watch for active window to reposition the keyboard at top or bottom of 
screen
+* TODO watch for active control and dynamically display keyboard when on text 
control


Other related posts:

  • » [haiku-commits] haiku: hrev48293 - src/add-ons/input_server/devices/virtualkeyboard - revol