new layout is now default for pty driver. Still a work in progress, but much nicer than the fake laptop layout.
This commit is contained in:
parent
10081c471f
commit
b94f563a82
@ -1,38 +1,62 @@
|
||||
# alt+h - fenrir help
|
||||
^[h=toggle_tutorial_mode
|
||||
^[/=shut_up
|
||||
^[[D=shut_up
|
||||
^[O=review_bottom
|
||||
^[U=review_top
|
||||
# escape - stop speech
|
||||
^[=shut_up
|
||||
# context menu key - stop speech
|
||||
^[[29~=shut_up
|
||||
# alt+shift+down - review to bottom
|
||||
^[[1;4B=review_bottom
|
||||
# alt+shift_up - review to top
|
||||
^[[1;4A=review_top
|
||||
# alt+down - review current line
|
||||
^[[1;3B=review_curr_line
|
||||
#^[i=review_curr_line
|
||||
^[u=review_prev_line
|
||||
^[o=review_next_line
|
||||
^[J=review_line_begin
|
||||
^[L=review_line_end
|
||||
^[j=review_line_first_char
|
||||
^[L=review_line_last_char
|
||||
^[k=review_curr_word
|
||||
^[j=review_prev_word
|
||||
^[l=review_next_word
|
||||
^[,=review_curr_char
|
||||
^[m=review_prev_char
|
||||
^[.=review_next_char
|
||||
^[<=curr_char_phonetic
|
||||
^[M=prev_char_phonetic
|
||||
^[>=next_char_phonetic
|
||||
# alt+left - review previous line
|
||||
^[[1;3D=review_prev_line
|
||||
# alt+right - review next line
|
||||
^[[1;3C=review_next_line
|
||||
# alt+shift+left - beginning of line
|
||||
^[[1;4D=review_line_begin
|
||||
# alt+shift+right - end of line
|
||||
^[[1;4C=review_line_end
|
||||
# control+down - review current word
|
||||
^[[1;5B=review_curr_word
|
||||
# control+left - review previous word
|
||||
^[[1;5D=review_prev_word
|
||||
# control+right - review next word
|
||||
^[[1;5C=review_next_word
|
||||
# shift+down - review current character
|
||||
^[[1;2B=review_curr_char
|
||||
# shift+left - review previous character
|
||||
^[[1;2D=review_prev_char
|
||||
# shift+right - review next character
|
||||
^[[1;2C=review_next_char
|
||||
# control+shift+down - current character phonetic
|
||||
^[[1;6B=curr_char_phonetic
|
||||
# control+shift+left - previous character phonetic
|
||||
^[[1;6D=prev_char_phonetic
|
||||
# control+shift+right - next character phonetic
|
||||
^[[1;6C=next_char_phonetic
|
||||
^[OR=toggle_sound
|
||||
^[OS=toggle_speech
|
||||
^[8=toggle_highlight_tracking
|
||||
^[O3j=toggle_highlight_tracking
|
||||
^[Q=quit_fenrir
|
||||
# alt+t - time
|
||||
^[t=time
|
||||
# alt+shift+t - date
|
||||
^[T=date
|
||||
^[[5~=prev_clipboard
|
||||
^[[6~=next_clipboard
|
||||
# alt+[ - previous clipboard
|
||||
^[[=prev_clipboard
|
||||
# alt+] - right clipboard
|
||||
^[]=next_clipboard
|
||||
^[C=curr_clipboard
|
||||
^[c=copy_marked_to_clipboard
|
||||
^[v=paste_clipboard
|
||||
^[[15~=import_clipboard_from_file
|
||||
^[X=remove_marks
|
||||
^[x=set_mark
|
||||
^[\=toggle_auto_indent
|
||||
^[B=copy_last_echo_to_clipboard
|
||||
^[\=toggle_auto_indent
|
||||
# alt+end - temperarily disable speech
|
||||
^[[1;3F=temp_disable_speech
|
||||
# control+end - toggle auto read
|
||||
^[[1;5F=toggle_auto_read
|
||||
|
@ -1,62 +1,38 @@
|
||||
# alt+h - fenrir help
|
||||
^[h=toggle_tutorial_mode
|
||||
# escape - stop speech
|
||||
^[=shut_up
|
||||
# context menu key - stop speech
|
||||
^[[29~=shut_up
|
||||
# alt+shift+down - review to bottom
|
||||
^[[1;4B=review_bottom
|
||||
# alt+shift_up - review to top
|
||||
^[[1;4A=review_top
|
||||
# alt+down - review current line
|
||||
^[/=shut_up
|
||||
^[[D=shut_up
|
||||
^[O=review_bottom
|
||||
^[U=review_top
|
||||
^[[1;3B=review_curr_line
|
||||
# alt+left - review previous line
|
||||
^[[1;3D=review_prev_line
|
||||
# alt+right - review next line
|
||||
^[[1;3C=review_next_line
|
||||
# alt+shift+left - beginning of line
|
||||
^[[1;4D=review_line_begin
|
||||
# alt+shift+right - end of line
|
||||
^[[1;4C=review_line_end
|
||||
# control+down - review current word
|
||||
^[[1;5B=review_curr_word
|
||||
# control+left - review previous word
|
||||
^[[1;5D=review_prev_word
|
||||
# control+right - review next word
|
||||
^[[1;5C=review_next_word
|
||||
# shift+down - review current character
|
||||
^[[1;2B=review_curr_char
|
||||
# shift+left - review previous character
|
||||
^[[1;2D=review_prev_char
|
||||
# shift+right - review next character
|
||||
^[[1;2C=review_next_char
|
||||
# control+shift+down - current character phonetic
|
||||
^[[1;6B=curr_char_phonetic
|
||||
# control+shift+left - previous character phonetic
|
||||
^[[1;6D=prev_char_phonetic
|
||||
# control+shift+right - next character phonetic
|
||||
^[[1;6C=next_char_phonetic
|
||||
#^[i=review_curr_line
|
||||
^[u=review_prev_line
|
||||
^[o=review_next_line
|
||||
^[J=review_line_begin
|
||||
^[L=review_line_end
|
||||
^[j=review_line_first_char
|
||||
^[L=review_line_last_char
|
||||
^[k=review_curr_word
|
||||
^[j=review_prev_word
|
||||
^[l=review_next_word
|
||||
^[,=review_curr_char
|
||||
^[m=review_prev_char
|
||||
^[.=review_next_char
|
||||
^[<=curr_char_phonetic
|
||||
^[M=prev_char_phonetic
|
||||
^[>=next_char_phonetic
|
||||
^[OR=toggle_sound
|
||||
^[OS=toggle_speech
|
||||
^[O3j=toggle_highlight_tracking
|
||||
^[8=toggle_highlight_tracking
|
||||
^[Q=quit_fenrir
|
||||
# alt+t - time
|
||||
^[t=time
|
||||
# alt+shift+t - date
|
||||
^[T=date
|
||||
# alt+[ - previous clipboard
|
||||
^[[=prev_clipboard
|
||||
# alt+] - right clipboard
|
||||
^[]=next_clipboard
|
||||
^[[5~=prev_clipboard
|
||||
^[[6~=next_clipboard
|
||||
^[C=curr_clipboard
|
||||
^[c=copy_marked_to_clipboard
|
||||
^[v=paste_clipboard
|
||||
^[[15~=import_clipboard_from_file
|
||||
^[X=remove_marks
|
||||
^[x=set_mark
|
||||
^[B=copy_last_echo_to_clipboard
|
||||
^[\=toggle_auto_indent
|
||||
# alt+end - temperarily disable speech
|
||||
^[[1;3F=temp_disable_speech
|
||||
# control+end - toggle auto read
|
||||
^[[1;5F=toggle_auto_read
|
||||
^[B=copy_last_echo_to_clipboard
|
||||
|
Loading…
Reference in New Issue
Block a user