source.keybindings -> source['keybindings'] now.
This commit is contained in:
parent
4dafba1270
commit
f685f3e317
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue