Add a new shortcut to take over duties of spawning a new Terminator process
This commit is contained in:
parent
ece0cfdde0
commit
a5ac05bcc9
|
@ -145,6 +145,7 @@ DEFAULTS = {
|
||||||
'group_tab' : '<Super>t',
|
'group_tab' : '<Super>t',
|
||||||
'ungroup_tab' : '<Shift><Super>t',
|
'ungroup_tab' : '<Shift><Super>t',
|
||||||
'new_window' : '<Shift><Control>i',
|
'new_window' : '<Shift><Control>i',
|
||||||
|
'new_terminator' : '<Super>i',
|
||||||
},
|
},
|
||||||
'profiles': {
|
'profiles': {
|
||||||
'default': {
|
'default': {
|
||||||
|
|
Loading…
Reference in New Issue