From a6f065aedda5d31865fc2f1509a5b655d309d508 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sat, 30 Jan 2010 00:04:55 +0000 Subject: [PATCH] Friendly name for the terminator spawning keyboard shortcut --- terminatorlib/prefseditor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/terminatorlib/prefseditor.py b/terminatorlib/prefseditor.py index 5470ec06..51fa22fd 100755 --- a/terminatorlib/prefseditor.py +++ b/terminatorlib/prefseditor.py @@ -81,6 +81,7 @@ class PrefsEditor: 'group_tab' : 'Group terminals in tab', 'ungroup_tab' : 'Ungroup terminals in tab', 'new_window' : 'Create a new window', + 'new_terminator' : 'Spawn a new Terminator process', } def __init__ (self, term):