Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/KeyboardWindow.py
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-06-27 17:14:14 (GMT)
committer Nat <natcl@hotmail.com>2007-06-27 17:14:14 (GMT)
commitaa880649800230cca3582c9499ad46c40faf7217 (patch)
tree4fef683cab955471e0b6e8103b7e0c149fc96424 /Util/KeyboardWindow.py
parentd9a7373dd1e043a3db9b0ac3428ca6c8a189586a (diff)
Keyb
Diffstat (limited to 'Util/KeyboardWindow.py')
-rw-r--r--Util/KeyboardWindow.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Util/KeyboardWindow.py b/Util/KeyboardWindow.py
index b2e685f..0946332 100644
--- a/Util/KeyboardWindow.py
+++ b/Util/KeyboardWindow.py
@@ -72,6 +72,7 @@ class KeyboardWindow(gtk.Window):
self.add(mainhbox)
def handle_keypress(self,widget,event):
+ print "allo"
self.btn_dic[event.hardware_keycode].set_fillcolor(random.random(),random.random(),random.random())
def handle_keyrelease(self,widget,event):