Code4Delphi / Delphi-AI-Developer

Inspired by GitHub Copilot, this plugin adds AI-powered interaction capabilities to the Delphi IDE
https://code4delphi.com.br/blog/
MIT License
123 stars 25 forks source link

Can we have a Shortkey added to the "Send" button in the chat window? #12

Closed gaddlord closed 5 days ago

gaddlord commented 2 weeks ago

Can we have a Shortkey added to the "Send" button in the chat window?

This would ease the

  1. type prompt
  2. send prompt
  3. read response
  4. type another prompt
  5. send new prompt ... workflow witohut the need of a mouse.

Display the hosrtcut in a button Hint such as "Send Pormpt (Alt+S)"

Cesar4D commented 1 week ago

Hi Gad D Lord,

Actually, there is already a shortcut for this: Ctrl + Enter. I forgot to include a tooltip on the screen about the shortcut or mention it in the documentation.

See if this helps you. If not, please let me know so we can make some changes.

Thanks for your suggestion!

gaddlord commented 1 week ago

Confirmed it works on my Mac keyboard as well. Thanks.

Cesar4D commented 5 days ago

Great, thanks a lot for getting back to me.