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.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