mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 09:50:15 +01:00
🍎 fix: Update "Enter to send" behavior for Mac users (#4539)
* fix: Update useTextarea to handle Ctrl+Enter on Mac * fix: Update language files for message sending behavior
This commit is contained in:
parent
c346596131
commit
840851cb0f
5 changed files with 5 additions and 5 deletions
|
|
@ -777,7 +777,7 @@ export default {
|
|||
com_nav_voice_select: 'Voice',
|
||||
com_nav_enable_cloud_browser_voice: 'Use cloud-based voices',
|
||||
com_nav_info_enter_to_send:
|
||||
'When enabled, pressing `ENTER` will send your message. When disabled, pressing Enter will add a new line, and you\'ll need to press `CTRL + ENTER` to send your message.',
|
||||
'When enabled, pressing `ENTER` will send your message. When disabled, pressing Enter will add a new line, and you\'ll need to press `CTRL + ENTER` / `⌘ + ENTER` to send your message.',
|
||||
com_nav_info_save_draft:
|
||||
'When enabled, the text and attachments you enter in the chat form will be automatically saved locally as drafts. These drafts will be available even if you reload the page or switch to a different conversation. Drafts are stored locally on your device and are deleted once the message is sent.',
|
||||
com_nav_info_fork_change_default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue