From 7ae8c1838b571904959eb58d0adf1605e7dafddb Mon Sep 17 00:00:00 2001 From: Eitan Isaacson Date: Sat, 28 May 2011 12:59:42 -0700 Subject: Added "scan" layout. --- caribou/settings/caribou_settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'caribou') diff --git a/caribou/settings/caribou_settings.py b/caribou/settings/caribou_settings.py index 638e1c4..3767a88 100644 --- a/caribou/settings/caribou_settings.py +++ b/caribou/settings/caribou_settings.py @@ -12,7 +12,8 @@ CaribouSettings = SettingsTopGroup( "and complexity of the keyboard, it could range from " "a 'natural' look and feel good for composing simple " "text, to a fullscale keyboard."), - allowed=[(('touch'), _('Touch'))])]), + allowed=[(('touch'), _('Touch')), + (('scan'), _('Scan'))])]), ]), SettingsGroup("scanning", _("Scanning"), [ BooleanSetting( -- cgit v1.2.1