ctrl+x support in text box support

This commit is contained in:
samdickson22
2025-08-18 17:31:50 -07:00
parent cabf5f6b07
commit 72f2e8c31e

View File

@@ -147,7 +147,10 @@ export function useSessionActions({
interruptSession(session.id)
}
},
{ scopes: SessionDetailHotkeysScope },
{
scopes: SessionDetailHotkeysScope,
enableOnFormTags: true,
},
)
// R key - no longer needed since input is always visible