sourcegraph / cody

Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.
https://cody.dev
Apache License 2.0
2.53k stars 261 forks source link

suppress ÷ on alt-/ in the chat input #5116

Closed beyang closed 1 month ago

beyang commented 1 month ago

Avoid emitting a ÷ in the chat input when the user hits alt-/ (this happens on macOS, as alt is used for emitting unicode)

image

Test plan

Test locally