Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTam.py
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-08-13 16:26:49 (GMT)
committer Nat <natcl@hotmail.com>2007-08-13 16:26:49 (GMT)
commit7c62293620b5431e30343ffac9cd4183dab74062 (patch)
tree148a014d95c9d4925ce9b9465f650871c073de87 /TamTam.py
parent0ad02959c15715c8eb9e2fe4977ee7862c6c20e9 (diff)
Properties again
Diffstat (limited to 'TamTam.py')
-rwxr-xr-xTamTam.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/TamTam.py b/TamTam.py
index beacce6..c0a02e5 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -209,6 +209,8 @@ class TamTam(Activity):
elif key == gtk.keysyms.t:
self.toolbox.show()
return
+ elif key == gtk.keysyms.y:
+ self.toolbox.hide()
if self.mode:
self.modeList[ self.mode ].onKeyPress(widget, event)