Reparse keybindings after the prefs window is OK'd
This commit is contained in:
parent
f99fbf1094
commit
7450a57013
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue