From ff3ddd6a739f275fff4eeab5eaf3e819ca41fc9b Mon Sep 17 00:00:00 2001 From: Wade Brainerd Date: Tue, 03 Feb 2009 08:00:27 +0000 Subject: Balloon game tweaks. --- (limited to 'keyboard.py') 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. -- cgit v0.9.1