Completed clipboard bindings.

This commit is contained in:
Storm Dragon 2018-03-29 08:41:15 -04:00
parent c6ec8be4d6
commit 01acd81e7b

View File

@ -1,5 +1,5 @@
# alt+h - fenrir help
^[h=toggle_tutorial_mode
# f1 - fenrir help
^[OP=toggle_tutorial_mode
# escape - stop speech
^[=shut_up
# context menu key - stop speech
@ -36,25 +36,39 @@
^[[1;6D=prev_char_phonetic
# control+shift+right - next character phonetic
^[[1;6C=next_char_phonetic
^[OR=toggle_sound
^[OS=toggle_speech
^[O3j=toggle_highlight_tracking
^[Q=quit_fenrir
# f2 - toggle sound
^[OQ=toggle_sound
# f3 - toggle highlight tracking
^[OR=toggle_highlight_tracking
alt+f12 - quit fenrir
^[[24;3~=quit_fenrir
# alt+t - time
^[t=time
# alt+shift+t - date
^[T=date
# alt+[ - previous clipboard
^[[=prev_clipboard
# alt+] - right clipboard
# alt+] - next 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
^[B=copy_last_echo_to_clipboard
# control+f6 - Read current clipboard
^[[17;5~=curr_clipboard
# f6 - copy to clipboard
^[[17~=copy_marked_to_clipboard
# shift+f6 - clear clipboard
^[[17;2~=clear_clipboard
# f7 - paste clipboard
^[[18~=paste_clipboard
# alt+f8 - export clipboard to file
^[[19;3~=export_clipboard_to_file
# control+f8 - import clipboard from file
^[[19;5~=import_clipboard_from_file
# shift+f5 - remove marks
^[[15;2~=remove_marks
# f5 - set mark
^[[15~=set_mark
# f8 - Last utterance to clipboard
^[[19~=copy_last_echo_to_clipboard
# lat+\ Toggle auto announcement of indentation
^[\=toggle_auto_indent
# alt+end - temperarily disable speech
^[[1;3F=temp_disable_speech