Reenable camera

This commit is contained in:
Marco Pesenti Gritti 2007-01-17 22:38:01 +01:00
parent f20348a5fd
commit 704ad1c886

View File

@ -150,9 +150,7 @@ class Shell(gobject.GObject):
elif key == '<alt>o': elif key == '<alt>o':
self.toggle_chat_visibility() self.toggle_chat_visibility()
elif key == '0xDC': # Camera key elif key == '0xDC': # Camera key
# Disable until key autorepeat is fixed on the olpc self._handle_camera_key()
#self._handle_camera_key()
pass
elif key == '0xE0': # Overlay key elif key == '0xE0': # Overlay key
self.toggle_chat_visibility() self.toggle_chat_visibility()
elif key == '0x93': # Frame key elif key == '0x93': # Frame key