mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-30 20:50:42 +00:00
feat: make the send shortcut configurable (#1149)
This change makes it so the user can select the key combination to send the message. Users may configure any combination of ctrl, alt, or shift (or the mac equivalents) plus enter. If any are configured, that combination plus enter will send the message, and enter by itself will insert a newline. If none are configured, enter by itself and any of the modifiers plus enter inserts a newline. This means the previous behavior of shift+enter to insert a newline is preserved.
This commit is contained in:
parent
6a881194c8
commit
c15976d4d9
4 changed files with 68 additions and 8 deletions
|
|
@ -168,6 +168,8 @@ configurationConfigurable.section.chatCompletion.psiStructure.analyzeDepth.comme
|
|||
configurationConfigurable.section.chatCompletion.psiStructure.description=If enabled, the class structure that is present in the imports of the attached files will be added in the context of the dialog. A structure refers to the source code in files that include constructors, fields, and methods, with all modifiers, arguments, and return types, but without an implementation. The implementation of dependencies is intentionally excluded in order to find a balance between a high-quality chat context and saving tokens.
|
||||
configurationConfigurable.section.chatCompletion.clickableLinks.title=Show clickable links for classes and methods
|
||||
configurationConfigurable.section.chatCompletion.clickableLinks.description=If enabled, code references in answers become clickable so you can jump to them in your IDE.
|
||||
configurationConfigurable.section.chatCompletion.sendMessageShortcut.title=Send Message Shortcut
|
||||
configurationConfigurable.section.chatCompletion.sendMessageShortcut.description=If none are selected, 'Enter' by itself sends the message. If any are selected, the chosen shortcut plus 'Enter' sends the message and 'Enter' by itself inserts a newline.
|
||||
settingsConfigurable.service.llama.predefinedModel.comment=Download and use vetted models from HuggingFace.
|
||||
settingsConfigurable.service.llama.customModel.comment=Use your own GGUF model file from a local path on your computer.
|
||||
settingsConfigurable.service.custom.openai.testConnection.label=Test Connection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue