Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/keybuilder.py
diff options
context:
space:
mode:
authorManuel QuiƱones <manuq@laptop.org>2011-11-24 15:05:24 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2011-11-25 11:37:29 (GMT)
commitd55d138f7acd2af018ea1ce779a11637f36722fc (patch)
treeb7f8b07d08f70ccab8affb1f88576352ca192d72 /keybuilder.py
parent36bb4859b4d09d871bd716e4f8e568ee889f1047 (diff)
Adding new layout for olpc non-membrane keyboard
This fixes bug #3233 . Signed-off-by: Manuel QuiƱones <manuq@laptop.org>
Diffstat (limited to 'keybuilder.py')
-rwxr-xr-xkeybuilder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keybuilder.py b/keybuilder.py
index 38ec6d1..bceab0d 100755
--- a/keybuilder.py
+++ b/keybuilder.py
@@ -35,7 +35,7 @@ try:
k.load_letter_map(sys.argv[1])
except:
pass
-k.set_layout(keyboard.OLPC_LAYOUT)
+k.set_layout(keyboard.get_layout())
savebtn = gtk.Button()
savebtn.add(gtk.Label('Save Keys'))