From f37324303b4286b09c313f57d6a88f26234d44eb Mon Sep 17 00:00:00 2001 From: Thomas Hurst Date: Sat, 23 Aug 2008 10:01:50 +0100 Subject: [PATCH] Remove some keybinding changes that were only meant for local testing. --- terminatorlib/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/terminatorlib/config.py b/terminatorlib/config.py index 3959f712..7e21c98d 100755 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -125,8 +125,6 @@ Defaults = { 'scaled_zoom' : 'Z', 'next_tab' : 'Page_Down', 'prev_tab' : 'Page_Up', - 'go_prev' : 'Tab', - 'go_next' : 'Tab', 'full_screen' : 'F11', } }