assistant2: Change chat keybinding to just Enter (#21819)

This PR changes the Assistant2 chat keybinding from `Cmd-Enter` to just
`Enter`.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2024-12-10 12:34:54 -05:00
committed by GitHub
parent c80ea60860
commit 119b5de384
+1 -1
View File
@@ -229,7 +229,7 @@
"context": "MessageEditor > Editor",
"use_key_equivalents": true,
"bindings": {
"cmd-enter": "assistant2::Chat"
"enter": "assistant2::Chat"
}
},
{