Skip to content

Commit

Permalink
Remove the terminal keybinding, terminal is now in the devel console
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Pesenti Gritti committed Dec 14, 2006
1 parent cc39ef1 commit cc74954
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions shell/view/Shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def __init__(self, model):
# For non-OLPC machines
self._key_grabber.grab('<shft><alt>F9')
self._key_grabber.grab('<shft><alt>F10')
self._key_grabber.grab('<shft><alt>F11')

self._home_window = HomeWindow(self)
self._home_window.show()
Expand Down Expand Up @@ -111,8 +110,6 @@ def __global_key_pressed_cb(self, grabber, key):
self._frame.notify_key_press()
elif key == '<shft><alt>F10':
self.toggle_chat_visibility()
elif key == '<shft><alt>F11':
gobject.idle_add(self._open_terminal_cb)
elif key == '0xDC': # Camera key
pass
elif key == '0xE0': # Overlay key
Expand Down

0 comments on commit cc74954

Please sign in to comment.