From 7450a57013efcad62db1f592a036dfeacac5cf78 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sun, 7 Feb 2010 22:32:55 +0000 Subject: [PATCH] Reparse keybindings after the prefs window is OK'd --- terminatorlib/terminator.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/terminatorlib/terminator.py b/terminatorlib/terminator.py index 91363d4f..68092841 100755 --- a/terminatorlib/terminator.py +++ b/terminatorlib/terminator.py @@ -168,6 +168,9 @@ class Terminator(Borg): for terminal in self.terminals: terminal.reconfigure() + # Reparse our keybindings + self.keybindings.configure(self.config['keybindings']) + def create_group(self, name): """Create a new group""" if name not in self.groups: