Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-10-17 20:47:38 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-10-17 20:47:38 (GMT)
commite5bc61dbeb1a522e1564875192da7028836a3208 (patch)
treeea2be629a6443c7c3b05992c813405975cff0c11 /webactivity.py
parentdd5b14eca75f0b28176ab839d7c2f2de8417ad47 (diff)
Use ctrl+t for tray visibility - this should move to
sugar-graphics-window
Diffstat (limited to 'webactivity.py')
-rwxr-xr-xwebactivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webactivity.py b/webactivity.py
index fbe772f..a0a2784 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -303,7 +303,7 @@ class WebActivity(activity.Activity):
_logger.debug('keyboard: Add link: %s.' % self.current)
self._add_link()
return True
- elif gtk.gdk.keyval_name(event.keyval) == "v":
+ elif gtk.gdk.keyval_name(event.keyval) == "t":
# toggle visibility of tray
self._tray_visibility()
return True