Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-01-12 12:19:19 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-01-12 12:19:19 (GMT)
commit4505c53abcbca878dcd70ac6e5a09656252d1e88 (patch)
tree587e347c42bcbaffa5fcdd269a348f5796780487
parentd0ce5a07d548643074081c3b451ac42f39f96027 (diff)
Disable camera key until key autorepeat is fixed
-rw-r--r--shell/view/Shell.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/view/Shell.py b/shell/view/Shell.py
index 0fbcfe4..a665388 100644
--- a/shell/view/Shell.py
+++ b/shell/view/Shell.py
@@ -147,7 +147,9 @@ class Shell(gobject.GObject):
elif key == '<alt>o':
self.toggle_chat_visibility()
elif key == '0xDC': # Camera key
- self._handle_camera_key()
+ # Disable until key autorepeat is fixed on the olpc
+ #self._handle_camera_key()
+ pass
elif key == '0xE0': # Overlay key
self.toggle_chat_visibility()
elif key == '0x93': # Frame key