Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/keyboard.py
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2009-01-02 03:28:50 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2009-01-02 03:28:50 (GMT)
commit354ffa6f7d053ff2ed0b54584d21a14a7a7fedf2 (patch)
tree16400216731fab8ed7e72c2b881a77e0a6622ea7 /keyboard.py
parentb6204b0afe9ba2b3bc6351705409648406351c7b (diff)
Lesson scripts converted to Python for encoding support.
Diffstat (limited to 'keyboard.py')
-rw-r--r--keyboard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard.py b/keyboard.py
index e71fba9..c6ec9b9 100644
--- a/keyboard.py
+++ b/keyboard.py
@@ -585,7 +585,7 @@ class KeyboardWidget(KeyboardData, gtk.DrawingArea):
info = self.keymap.translate_keyboard_state(
0x18, self.active_state, self.active_group)
- print "press %d state=%x group=%d level=%d" % (event.hardware_keycode, self.active_state, self.active_group, info[2])
+ #print "press %d state=%x group=%d level=%d" % (event.hardware_keycode, self.active_state, self.active_group, info[2])
return False