Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/keyboard.py
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard.py')
-rw-r--r--keyboard.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboard.py b/keyboard.py
index b71ab71..d272bdd 100644
--- a/keyboard.py
+++ b/keyboard.py
@@ -499,9 +499,9 @@ class KeyboardWidget(KeyboardData, gtk.DrawingArea):
# Put the other hand on the SHIFT key if needed.
if state & gtk.gdk.SHIFT_MASK:
if finger[0] == 'L':
- rhand_image = self.rhand_shift
+ rhand_image = self.image.images['OLPC_Rhand_SHIFT.svg']
else:
- lhand_image = self.lhand_shift
+ lhand_image = self.image.images['OLPC_Lhand_SHIFT.svg']
# TODO: Do something about ALTGR.