diff --git a/terminatorlib/config.py b/terminatorlib/config.py index e5200824..3959f712 100755 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -154,7 +154,7 @@ class TerminatorConfig: self._keys = {} for source in reversed(self.sources): try: - val = source.keybindings + val = source['keybindings'] self._keys.update(val) except: pass