Merge pull request #35 from aromancev/fix/mobile-enter-newline

fix: keep Enter as newline in mobile chat composer
This commit is contained in:
Federico Jaramillo Martinez
2026-06-26 00:15:12 +02:00
committed by GitHub
6 changed files with 278 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@jmfederico/pi-web": patch
---
Add a Keyboard shortcuts setting for choosing whether Enter sends chat messages or inserts new lines in this browser, with Shift+Enter performing the opposite action when supported, while preserving the desktop-vs-mobile default (desktop Enter sends; mobile/coarse/narrow Enter inserts a new line).