Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/keybindings.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/keybindings.py')
-rw-r--r--sugar/keybindings.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/sugar/keybindings.py b/sugar/keybindings.py
index fbc215d..f6b0feb 100644
--- a/sugar/keybindings.py
+++ b/sugar/keybindings.py
@@ -13,9 +13,5 @@ def setup_global_keys(window, shell = None):
window.connect("key-press-event", __key_press_event_cb, shell)
def __key_press_event_cb(window, event, shell):
- if event.keyval == gtk.keysyms.F1:
- shell.toggle_home()
- if event.keyval == gtk.keysyms.F2:
- shell.toggle_people()
if event.keyval == gtk.keysyms.F3:
shell.toggle_console()