fix spellchekck
This commit is contained in:
parent
1576a41f34
commit
9dd2ec0522
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user