add nex/prev word phonetic
This commit is contained in:
@ -11,18 +11,18 @@ KEY_FENRIR,KEY_KP1=review_line_first_char
|
||||
KEY_FENRIR,KEY_KP3=review_line_last_char
|
||||
KEY_FENRIR,KEY_ALT,KEY_1=present_first_line
|
||||
KEY_FENRIR,KEY_ALT,KEY_2=present_last_line
|
||||
KEY_KP5=review_curr_word
|
||||
KEY_KP4=review_prev_word
|
||||
KEY_KP6=review_next_word
|
||||
KEY_SHIFT,KEY_KP5=curr_word_phonetic
|
||||
KEY_SHIFT,KEY_KP4=review_prev_word_phonetic
|
||||
KEY_SHIFT,KEY_KP6=review_next_word_phonetic
|
||||
#KEY_KP5=review_curr_word
|
||||
#KEY_KP4=review_prev_word
|
||||
#KEY_KP6=review_next_word
|
||||
KEY_KP5=review_curr_word_phonetic
|
||||
KEY_KP4=review_prev_word_phonetic
|
||||
KEY_KP6=review_next_word_phonetic
|
||||
#KEY_KP2=review_curr_char
|
||||
#KEY_KP1=review_prev_char
|
||||
#KEY_KP3=review_next_char
|
||||
KEY_KP2=review_curr_char_phonetic
|
||||
KEY_KP1=review_prev_char_phonetic
|
||||
KEY_KP3=review_next_char_phonetic
|
||||
#KEY_KP2=review_curr_char_phonetic
|
||||
#KEY_KP1=review_prev_char_phonetic
|
||||
#KEY_KP3=review_next_char_phonetic
|
||||
#=review_up
|
||||
#=review_down
|
||||
KEY_KPDOT=cursor_position
|
||||
@ -75,9 +75,8 @@ key_FENRIR,KEY_KPENTER=toggle_auto_read
|
||||
KEY_FENRIR,KEY_Q=quit_fenrir
|
||||
KEY_FENRIR,KEY_T=time
|
||||
2,KEY_FENRIR,KEY_T=date
|
||||
KEY_FENRIR,KEY_S=spell_check
|
||||
2,KEY_FENRIR,KEY_S=add_word_to_spell_check
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_S=remove_word_from_spell_check
|
||||
KEY_KP1=add_word_to_spell_check
|
||||
KEY_KP2=remove_word_from_spell_check
|
||||
KEY_FENRIR,KEY_BACKSPACE=forward_keypress
|
||||
KEY_FENRIR,KEY_UP=inc_speech_volume
|
||||
KEY_FENRIR,KEY_DOWN=dec_speech_volume
|
||||
|
@ -57,14 +57,14 @@ module=espeak
|
||||
voice=
|
||||
|
||||
# Select the language you want fenrir to use.
|
||||
language=de
|
||||
language=english-us
|
||||
|
||||
# Read new text as it happens?
|
||||
autoReadIncoming=True
|
||||
|
||||
[braille]
|
||||
#braille is not implemented yet
|
||||
enabled=True
|
||||
enabled=False
|
||||
driver=brlapi
|
||||
layout=en
|
||||
|
||||
@ -83,7 +83,7 @@ device=AUTO
|
||||
grabDevices=True
|
||||
ignoreShortcuts=False
|
||||
# the current shortcut layout located in /etc/fenrir/keyboard
|
||||
keyboardLayout=test
|
||||
keyboardLayout=desktop
|
||||
# echo chars while typing.
|
||||
charEcho=False
|
||||
# echo deleted chars
|
||||
@ -96,9 +96,9 @@ interruptOnKeyPress=False
|
||||
doubleTapTimeout=0.2
|
||||
|
||||
[general]
|
||||
debugLevel=1
|
||||
debugLevel=0
|
||||
punctuationProfile=default
|
||||
punctuationLevel=Some
|
||||
punctuationLevel=some
|
||||
numberOfClipboards=10
|
||||
emoticons=True
|
||||
# define the current fenrir key
|
||||
|
Reference in New Issue
Block a user