Changes
- Addition of context menus for the history and prompt fields.
- Changes in keyboard shortcuts on the history field:
- "M" is bound to "read out the current message".
- "J" is bound to "move to the previous message".
- "K" is bound to "move to the next message".
Ctrl + Shift + C
is now bound to "copy the current message as formatted HTML".Ctrl + S
is now bound to "save current history".Space
andShift + Space
are now bound to "display the message in the web browser as formatted HTML" and "display the message in the web browser as HTML source code" respectively.Ctrl + Shift + Down Arrow
andCtrl + Shift + Up Arrow
are still bound to "move to next message" and "move to previous message" respectively.
- In the history context menu, the following options have been added:
- Display the message in the web browser as formatted HTML (Shortcut:
Space
). - Display the message in the web browser as HTML source code (Shortcut:
Shift + Space
). - Copy message as plain text (Shortcut:
Ctrl + C
). - Copy message as formatted HTML (Shortcut:
Ctrl + Shift + C
). - Copy response to system (Shortcut:
Alt + Left Arrow
). - Delete block (Shortcut:
Ctrl + D
). - Save history as a text file (Shortcut:
Ctrl + S
). - Read out the current message (Shortcut:
M
). - Move to the previous message (Shortcut:
J
). - Move to the next message (Shortcut:
K
).
- Display the message in the web browser as formatted HTML (Shortcut:
- In the prompt context menu, an option "Insert previous prompt" has been added (Shortcut:
Ctrl+Up
).