update_shortcut

This commit is contained in:
Jade (Rose) Rowland 2025-12-03 22:59:20 -05:00
parent c1a185e852
commit f0aac2098a

View file

@ -121,11 +121,11 @@ export function initEditor({ initialCode = '', onChange, onEvaluate, onStop, roo
run: () => onStop?.(), run: () => onStop?.(),
}, },
{ {
key: 'Alt-]', key: 'Alt-w',
run: (view) => jumpToCharacter(view, '$', 1), run: (view) => jumpToCharacter(view, '$', 1),
}, },
{ {
key: 'Alt-[', key: 'Alt-q',
run: (view) => jumpToCharacter(view, '$', -1), run: (view) => jumpToCharacter(view, '$', -1),
}, },
/* { /* {