Difference between revisions of "Design Team/Proposals/Touchscreen/On-screen Keyboard"

From Sugar Labs
Jump to navigation Jump to search
Line 1: Line 1:
 
==Existing solutions==
 
==Existing solutions==
* [http://wiki.sugarlabs.org/go/Design_Team/Proposals/Touchscreen/OnScreenKeyboard Gnome 3.2 on-screen Keyboard] originally a GSoC 2011 project by Nohemi Fernandez, mentored by Dan Winship. Here is the original [http://live.gnome.org/GnomeShell/Design/Whiteboards/ScreenKeyboard design document], [http://live.gnome.org/NohemiFernandez_OnScreenKeyboard project report], an interesting [https://bugzilla.gnome.org/show_bug.cgi?id=612662 bugzilla thread], [http://live.gnome.org/ThreePointOne/Features/OnScreenKeyboard feature status] pages, and a post from Nohemi's [http://justabovethetagclouds.blogspot.co.uk/2011/06/big-success.html blog].
+
===GNOME shell on screen keyboard===
* [http://www.gok.ca/ Gnome Onscreen Keyboard]
+
[http://wiki.sugarlabs.org/go/Design_Team/Proposals/Touchscreen/OnScreenKeyboard Gnome 3.2 on-screen Keyboard] originally a GSoC 2011 project by Nohemi Fernandez, mentored by Dan Winship. Here is the original [http://live.gnome.org/GnomeShell/Design/Whiteboards/ScreenKeyboard design document], [http://live.gnome.org/NohemiFernandez_OnScreenKeyboard project report], an interesting [https://bugzilla.gnome.org/show_bug.cgi?id=612662 bugzilla thread], [http://live.gnome.org/ThreePointOne/Features/OnScreenKeyboard feature status] pages, and a post from Nohemi's [http://justabovethetagclouds.blogspot.co.uk/2011/06/big-success.html blog].  
* [http://florence.sourceforge.net/english.html Florenc]
+
 
* [http://wiki.meego.com/Maliit Malit] You can run Maliit on Fedora 16: https://wiki.maliit.org/Documentation/Installing#Fedora and did run the "maliit-keyboard-viewer" example: https://wiki.maliit.org/Documentation/Running
+
And here is the GNOME shell keyboard [http://git.gnome.org/browse/gnome-shell/tree/js/ui/keyboard.js code]. It is part of GNOME 3.2 (Fedora 16). You can get to it when you click on the accessibility button at the top right of the screen and enable 'Screen Keyboard'. It will come up then when you click in the url entry in Epiphany or if you bring it up by hand. It does not come up automatically when you want to type in the google search for example.
* [http://wiki.sugarlabs.org/go/Features/Onscreen_Keyboard Previous research from Saymindu]
+
 
* [http://live.gnome.org/Caribou Caribou] is the backend used with the gnome-shell onscreen keyboard [http://live.gnome.org/ThreePointOne/Features/OnScreenKeyboard feature page], [http://live.gnome.org/GnomeShell/Design/Whiteboards/ScreenKeyboard design page], [http://justabovethetagclouds.blogspot.de/2011/06/big-success.html blog post] and [https://bugzilla.gnome.org/show_bug.cgi?id=612662 bug] with implementation details and discussion of maliit in GNOME shell. And here is the GNOME shell keyboard [http://git.gnome.org/browse/gnome-shell/tree/js/ui/keyboard.js code]. It is part of GOME 3.2 (Fedora 16). You can get to it when you click on the accessibility button at the top right of the screen and enable 'Screen Keyboard'. It will come up then when you click in the url entry in Epiphany or if you bring it up by hand. It does not come up automatically when you want to type in the google search for example.
+
[http://live.gnome.org/Caribou Caribou] is the backend used with the gnome-shell onscreen keyboard. You can choose between different layouts which are placed in Fedora under '/usr/share/caribou/layouts/'. For the touch layout there is one for arabic and one for hebrew.
 +
 
 +
You can get the current layout with:
 +
  gsettings get org.gnome.shell.keyboard keyboard-type
 +
You can change the layout with:
 +
gsettings set org.gnome.shell.keyboard keyboard-type fullscale
 +
 
 +
===Maliit===
 +
[http://wiki.meego.com/Maliit Malit] You can run Maliit on Fedora 16: https://wiki.maliit.org/Documentation/Installing#Fedora and did run the "maliit-keyboard-viewer" example: https://wiki.maliit.org/Documentation/Running
 +
 
 +
===Gnome Onscreen Keyboard===
 +
[http://www.gok.ca/ Gnome Onscreen Keyboard]
 +
 
 +
===Florenc===
 +
[http://florence.sourceforge.net/english.html Florenc]
 +
 
 +
===Previous research from Saymindu===
 +
[http://wiki.sugarlabs.org/go/Features/Onscreen_Keyboard Previous research from Saymindu]
 +
 
 
==Evaluation==
 
==Evaluation==
 
==Recommendation==
 
==Recommendation==

Revision as of 13:59, 30 March 2012

Existing solutions

GNOME shell on screen keyboard

Gnome 3.2 on-screen Keyboard originally a GSoC 2011 project by Nohemi Fernandez, mentored by Dan Winship. Here is the original design document, project report, an interesting bugzilla thread, feature status pages, and a post from Nohemi's blog.

And here is the GNOME shell keyboard code. It is part of GNOME 3.2 (Fedora 16). You can get to it when you click on the accessibility button at the top right of the screen and enable 'Screen Keyboard'. It will come up then when you click in the url entry in Epiphany or if you bring it up by hand. It does not come up automatically when you want to type in the google search for example.

Caribou is the backend used with the gnome-shell onscreen keyboard. You can choose between different layouts which are placed in Fedora under '/usr/share/caribou/layouts/'. For the touch layout there is one for arabic and one for hebrew.

You can get the current layout with:

 gsettings get org.gnome.shell.keyboard keyboard-type

You can change the layout with:

gsettings set org.gnome.shell.keyboard keyboard-type fullscale

Maliit

Malit You can run Maliit on Fedora 16: https://wiki.maliit.org/Documentation/Installing#Fedora and did run the "maliit-keyboard-viewer" example: https://wiki.maliit.org/Documentation/Running

Gnome Onscreen Keyboard

Gnome Onscreen Keyboard

Florenc

Florenc

Previous research from Saymindu

Previous research from Saymindu

Evaluation

Recommendation