mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-13 16:04:05 +09:00
Update save/send shortcut to ctrl-enter
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
message.content = original
|
||||
editing = false
|
||||
}
|
||||
if (event.altKey && event.key === 's') {
|
||||
if (event.ctrlKey && event.key === 'Enter') {
|
||||
if (!editing) return
|
||||
event.stopPropagation()
|
||||
event.preventDefault()
|
||||
|
||||
Reference in New Issue
Block a user