mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-01 01:51:44 +00:00
feat: add image pasting capability
This commit is contained in:
parent
5a5d90c85a
commit
2893e9df71
3 changed files with 97 additions and 16 deletions
|
|
@ -23,6 +23,7 @@ export const HOTKEYS: [string, string][] = [
|
|||
['Ctrl+C', 'interrupt / clear / exit'],
|
||||
['Ctrl+D', 'exit'],
|
||||
['Ctrl+L', 'clear screen'],
|
||||
['Ctrl+V', 'paste clipboard image (same as /paste)'],
|
||||
['Tab', 'complete /commands (registry-aware)'],
|
||||
['↑/↓', 'queue edit (if queued) / input history'],
|
||||
['PgUp/PgDn', 'scroll messages'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue