feat: keyboard modifier (and bindable command) to send the opposite of the default follow-up mode #11913
Closed
andybergon
started this conversation in
Ideas
Replies: 2 comments
|
Resolved by #12075: while a turn is running, Ctrl/⌘+Enter sends one follow-up with the opposite of the default Queue/Steer behavior (and Ctrl/⌘+Shift+Enter when the send shortcut already requires the modifier). Queue and Steer are also shown as explicit controls. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
After #11673, steer-now is only reachable with the mouse (the arrow under the dashed bubble); Enter always uses the default. There is no keyboard way to do the other action for a single message.
Add a modifier such as Cmd/Ctrl+Enter that performs the opposite of the configured default (steer-now when the default is queue, queue-now when the default is steer), and expose it as a bindable keybinding command so it can be remapped.
For active threads Mod+Enter is currently unused (composer-logic.ts only uses it to pick foreground vs background for a new draft thread), so the chord is available. Complements #6817 (expose more bindable keybinding commands) and the default-mode setting in the companion request.
All reactions