Make the prefs editor not explode on cycle_*
This commit is contained in:
parent
df6a370bf3
commit
5cad06295e
|
@ -29,6 +29,8 @@ class PrefsEditor:
|
||||||
'zoom_out' : 'Decrease font size',
|
'zoom_out' : 'Decrease font size',
|
||||||
'zoom_normal' : 'Restore original font size',
|
'zoom_normal' : 'Restore original font size',
|
||||||
'new_tab' : 'Create a new tab',
|
'new_tab' : 'Create a new tab',
|
||||||
|
'cycle_next' : 'Focus the next terminal',
|
||||||
|
'cycle_prev' : 'Focus the previous terminal',
|
||||||
'go_next' : 'Focus the next terminal',
|
'go_next' : 'Focus the next terminal',
|
||||||
'go_prev' : 'Focus the previous terminal',
|
'go_prev' : 'Focus the previous terminal',
|
||||||
'go_up' : 'Focus the terminal above',
|
'go_up' : 'Focus the terminal above',
|
||||||
|
|
Loading…
Reference in New Issue