From 6fcd3c92e217095c33c48db978daf2850b661c91 Mon Sep 17 00:00:00 2001 From: Thomas Hurst Date: Tue, 2 Dec 2008 17:22:44 +0000 Subject: [PATCH] aelling --- terminatorlib/prefs_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/prefs_profile.py b/terminatorlib/prefs_profile.py index eb29099f..471947f4 100644 --- a/terminatorlib/prefs_profile.py +++ b/terminatorlib/prefs_profile.py @@ -45,7 +45,7 @@ class ProfileEditor: # combobox settings scrollbar_position = ['left', 'right', 'disabled'] - backspace_del_binding = ['ascii-del', 'control-h', 'escape-sequence', 'delete-dequence'] + backspace_del_binding = ['ascii-del', 'control-h', 'escape-sequence', 'delete-sequence'] focus = ['click', 'sloppy', 'mouse'] background_type = ['solid', 'image', 'transparent'] tab_position = ['top', 'bottom', 'left', 'right']