Disable camera key until key autorepeat is fixed

This commit is contained in:
Marco Pesenti Gritti 2007-01-12 13:19:19 +01:00
parent d0ce5a07d5
commit 4505c53abc

View File

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