feat: add image pasting capability

This commit is contained in:
Brooklyn Nicholson 2026-04-04 13:00:55 -05:00
parent 5a5d90c85a
commit 2893e9df71
3 changed files with 97 additions and 16 deletions

View file

@ -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'],