Disable camera key until key autorepeat is fixed
This commit is contained in:
parent
d0ce5a07d5
commit
4505c53abc
@ -147,7 +147,9 @@ 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
|
||||||
self._handle_camera_key()
|
# Disable until key autorepeat is fixed on the olpc
|
||||||
|
#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
|
||||||
|
Loading…
Reference in New Issue
Block a user