fix spellchekck

This commit is contained in:
chrys 2016-10-03 20:05:36 +02:00
parent 1576a41f34
commit 9dd2ec0522
2 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@ module=espeak
voice=
# Select the language you want fenrir to use.
language=english-us
language=de
# Read new text as it happens?
autoReadIncoming=True
@ -82,7 +82,7 @@ device=AUTO
grabDevices=True
ignoreShortcuts=False
# the current shortcut layout located in /etc/fenrir/keyboard
keyboardLayout=desktop
keyboardLayout=test
# echo chars while typing.
charEcho=False
# echo deleted chars
@ -95,7 +95,7 @@ interruptOnKeyPress=False
doubleTapDelay=0.2
[general]
debugLevel=3
debugLevel=1
punctuationLevel=Some
numberOfClipboards=10
# define the current fenrir key

View File

@ -79,7 +79,7 @@ class command():
'mapfile','printf','read','readarray','source','type','typeset','ulimit','unalias']:
return
# ignore the application name
if currWord.upper() == 'FENRIR':
if currWord.upper() == 'FENRIR':
return
if currWord[0] =='-':
return