fix: resolve mobile shell issues (#923)

This commit is contained in:
Haile
2026-06-29 15:19:01 +03:00
committed by GitHub
parent 6761f31a56
commit b6cf33308d
12 changed files with 1123 additions and 231 deletions

View File

@@ -26,6 +26,7 @@ const MOBILE_KEYS: Shortcut[] = [
{ type: 'arrow', id: 'arrow-down', sequence: '\x1b[B', icon: 'down' },
{ type: 'arrow', id: 'arrow-left', sequence: '\x1b[D', icon: 'left' },
{ type: 'arrow', id: 'arrow-right', sequence: '\x1b[C', icon: 'right' },
{ type: 'key', id: 'ctrl-c', label: 'Ctrl+C', sequence: '\x03' },
];
const ARROW_ICONS = {