Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/keyboard.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove wrapper (port/ directory) around sugar-toolkit SL #3780Manuel Kaufmann2012-09-261-1/+1
| | | | | | | | This wrapper was used to allow compatibility with old versions of Sugar. I'm removing this because is no longer needed by the Gtk3 versions of this Activity. Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Hack to allow SHIFT and ALT GR maskManuel Kaufmann2012-08-091-3/+17
| | | | | | | When SHIFT or ALT GR are pressed the characters on the keyboard change to show the correct symbols that are going to be typed. Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Port to Gtk3 SL #3772Manuel Kaufmann2012-08-091-64/+63
| | | | | | This commit ports Typing Turtle to its Gtk3 version. Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Port to CairoManuel Kaufmann2012-08-091-99/+88
| | | | | | This will ease the port to GTK+ 3 Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Adding new layout for olpc non-membrane keyboardManuel QuiƱones2011-11-251-127/+30
| | | | | | This fixes bug #3233 . Signed-off-by: Manuel QuiƱones <manuq@laptop.org>
*