diff --git a/README.md b/README.md index 1b5851b2..c0b0bf95 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ ReadWrite permission - speech-dispatcher, python3-speechd [to use the speech-dispatcher driver] - brltty, python-brlapi [for using braille] # (not implemented yet) - gstreamer [for soundicons via gstreamer] # not working yet +- python-enchant for spell check functionality # installation Currently there is no setupscript (sorry). But you can just run src/fenrir-package/fenrir.py as root or setup the needed permissions diff --git a/src/fenrir-package/commands/commands/inc_speech_rate.py b/src/fenrir-package/commands/commands/inc_speech_rate.py index f8594cbf..3f20ae6b 100644 --- a/src/fenrir-package/commands/commands/inc_speech_rate.py +++ b/src/fenrir-package/commands/commands/inc_speech_rate.py @@ -15,7 +15,7 @@ class command(): def shutdown(self): pass def getDescription(self): - return 'increase the speech rat' + return 'increase the speech rate' def run(self): value = self.env['runtime']['settingsManager'].getSettingAsFloat('speech', 'rate') diff --git a/src/fenrir-package/commands/commands/toggle_tutorial_mode.py b/src/fenrir-package/commands/commands/toggle_tutorial_mode.py index cfb4f1a9..e5ad15c8 100644 --- a/src/fenrir-package/commands/commands/toggle_tutorial_mode.py +++ b/src/fenrir-package/commands/commands/toggle_tutorial_mode.py @@ -18,7 +18,7 @@ class command(): return 'You are leving the tutorial mode. Press that shortcut again to enter the tutorial mode again.' def run(self): - text = 'you entered the tutorial mode. In that mode the commands are not executed. but you get an description what the shortcut does. to leve the tutorial mode press that shortcut again.' + text = 'you entered the tutorial mode. In that mode the commands are not executed. but you get a description of what the shortcut does. To leve the tutorial mode, press that shortcut again.' self.env['runtime']['outputManager'].presentText(text, interrupt=True) self.env['generalInformation']['tutorialMode'] = True diff --git a/src/fenrir-package/core/punctuationManager.py b/src/fenrir-package/core/punctuationManager.py index 1e65c8bd..068e4adf 100644 --- a/src/fenrir-package/core/punctuationManager.py +++ b/src/fenrir-package/core/punctuationManager.py @@ -47,11 +47,12 @@ class punctuationManager(): ')':'right paren', '}':'right brace', ']':'right bracket', - ';':'semi colon', + ';':'semicolon', '/':'slash', '*':'star', '~':'tilde', '_':'line', + '=':'equals', }, 'customDict':{ 'chrys':'awsome',