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

View File

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