fix typos
This commit is contained in:
parent
23a96914a1
commit
5551d19ed4
@ -26,7 +26,7 @@ KEY_FENRIR,KEY_KP2=curr_screen_after_cursor
|
||||
#=bookmark_1
|
||||
#=set_window_application
|
||||
#=clear_window_application
|
||||
KEY_KPPLUS=last_incomming
|
||||
KEY_KPPLUS=last_incoming
|
||||
KEY_FENRIR,KEY_F2=toggle_braille
|
||||
KEY_FENRIR,KEY_F3=toggle_sound
|
||||
KEY_FENRIR,KEY_F4=toggle_speech
|
||||
|
@ -26,7 +26,7 @@ KEY_FENRIR,KEY_SHIFT,KEY_COMMA=curr_screen_after_cursor
|
||||
#=set_window_application
|
||||
#=clear_window_application
|
||||
2,KEY_FENRIR,KEY_I=indent_curr_line
|
||||
KEY_FENRIR,KEY_SEMICOLON=last_incomming
|
||||
KEY_FENRIR,KEY_SEMICOLON=last_incoming
|
||||
KEY_FENRIR,KEY_F2=toggle_braille
|
||||
KEY_FENRIR,KEY_F3=toggle_sound
|
||||
KEY_FENRIR,KEY_F4=toggle_speech
|
||||
|
@ -26,7 +26,7 @@ KEY_FENRIR,KEY_3=clear_window_application
|
||||
#KEY_FENRIR,KEY_3=clear_bookmark_1
|
||||
#KEY_FENRIR,KEY_1=set_bookmark_1
|
||||
KEY_FENRIR,KEY_2=bookmark_1
|
||||
KEY_KPPLUS=last_incomming
|
||||
KEY_KPPLUS=last_incoming
|
||||
KEY_FENRIR,KEY_F2=toggle_braille
|
||||
KEY_FENRIR,KEY_F3=toggle_sound
|
||||
KEY_FENRIR,KEY_F4=toggle_speech
|
||||
|
@ -56,7 +56,7 @@ voice=
|
||||
language=english-us
|
||||
|
||||
# Read new text as it happens?
|
||||
autoReadIncomming=True
|
||||
autoReadIncoming=True
|
||||
|
||||
[braille]
|
||||
#braille is not implemented yet
|
||||
|
@ -16,7 +16,7 @@ module=espeak
|
||||
voice=
|
||||
language=english-us
|
||||
volume=1.0
|
||||
autoReadIncomming=True
|
||||
autoReadIncoming=True
|
||||
|
||||
[braille]
|
||||
enabled=False
|
||||
|
@ -17,7 +17,7 @@ class command():
|
||||
return 'No Description found'
|
||||
|
||||
def run(self):
|
||||
if not self.env['runtime']['settingsManager'].getSettingAsBool('speech', 'autoReadIncomming'):
|
||||
if not self.env['runtime']['settingsManager'].getSettingAsBool('speech', 'autoReadIncoming'):
|
||||
return
|
||||
# is there something to read?
|
||||
if self.env['screenData']['newDelta'] == '':
|
Loading…
Reference in New Issue
Block a user