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 # f1 - fenrir help
^[h=toggle_tutorial_mode ^[OP=toggle_tutorial_mode
# escape - stop speech # escape - stop speech
^[=shut_up ^[=shut_up
# context menu key - stop speech # context menu key - stop speech
@ -36,25 +36,39 @@
^[[1;6D=prev_char_phonetic ^[[1;6D=prev_char_phonetic
# control+shift+right - next character phonetic # control+shift+right - next character phonetic
^[[1;6C=next_char_phonetic ^[[1;6C=next_char_phonetic
^[OR=toggle_sound # f2 - toggle sound
^[OS=toggle_speech ^[OQ=toggle_sound
^[O3j=toggle_highlight_tracking # f3 - toggle highlight tracking
^[Q=quit_fenrir ^[OR=toggle_highlight_tracking
alt+f12 - quit fenrir
^[[24;3~=quit_fenrir
# alt+t - time # alt+t - time
^[t=time ^[t=time
# alt+shift+t - date # alt+shift+t - date
^[T=date ^[T=date
# alt+[ - previous clipboard # alt+[ - previous clipboard
^[[=prev_clipboard ^[[=prev_clipboard
# alt+] - right clipboard # alt+] - next clipboard
^[]=next_clipboard ^[]=next_clipboard
^[C=curr_clipboard # control+f6 - Read current clipboard
^[c=copy_marked_to_clipboard ^[[17;5~=curr_clipboard
^[v=paste_clipboard # f6 - copy to clipboard
^[[15~=import_clipboard_from_file ^[[17~=copy_marked_to_clipboard
^[X=remove_marks # shift+f6 - clear clipboard
^[x=set_mark ^[[17;2~=clear_clipboard
^[B=copy_last_echo_to_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 ^[\=toggle_auto_indent
# alt+end - temperarily disable speech # alt+end - temperarily disable speech
^[[1;3F=temp_disable_speech ^[[1;3F=temp_disable_speech