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

From Sugar Labs
Jump to navigation Jump to search
Line 5: Line 5:
 
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.
 
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://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.  
+
[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/'. The layouts are in XML format. For the touch layout there is one for arabic and one for hebrew.  
  
 
You can get the current layout with:
 
You can get the current layout with:

Revision as of 14:08, 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/'. The layouts are in XML format. 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