[PR #1771] [MERGED] 1603 speech to text hotkey #3775

Closed
opened 2026-02-22 18:34:28 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1771
Author: @Rrojaski
Created: 6/27/2024
Status: Merged
Merged: 8/7/2024
Merged by: @timothycarambat

Base: masterHead: 1603-speach-to-text


📝 Commits (10+)

  • 03a658e Added ctrl + enter hotkeys to init speach to text
  • f5280b7 Ran linter
  • fa10081 Merge branch 'master' into 1603-speach-to-text
  • 49f0981 Fixed speech transcript from being submitted twice when the user clicks the send button. Updated speech hotkeys.
  • bf059e4 Merge branch '1603-speach-to-text' of https://github.com/Rrojaski/anything-llm into 1603-speach-to-text
  • 63bdd1b Merge branch 'master' into 1603-speach-to-text
  • b9c1fb5 Added pulse animation to mic
  • bed5ac8 Fixed prompt double-send when clicking the send button or ending the TTS session.
  • bb79162 Fixed comment grammar
  • ff5dceb Merge branch 'master' into 1603-speach-to-text

📊 Changes

3 files changed (+79 additions, -5 deletions)

View changed files

📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SpeechToText/index.jsx (+41 -4)
📝 frontend/src/components/WorkspaceChat/ChatContainer/index.jsx (+16 -0)
📝 frontend/tailwind.config.js (+22 -1)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #1603

What is in this change?

Implemented Ctrl (Cmd on Mac) + 'm' hotkeys to activate the existing React Speech Recognition feature.

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/1771 **Author:** [@Rrojaski](https://github.com/Rrojaski) **Created:** 6/27/2024 **Status:** ✅ Merged **Merged:** 8/7/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `1603-speach-to-text` --- ### 📝 Commits (10+) - [`03a658e`](https://github.com/Mintplex-Labs/anything-llm/commit/03a658ec422576b1556e923faca1f3682ac21072) Added ctrl + enter hotkeys to init speach to text - [`f5280b7`](https://github.com/Mintplex-Labs/anything-llm/commit/f5280b708635c2fe4863a10060628cc8d103e14a) Ran linter - [`fa10081`](https://github.com/Mintplex-Labs/anything-llm/commit/fa10081456e1e9e4e8b10ed00e3d5acc66d5542f) Merge branch 'master' into 1603-speach-to-text - [`49f0981`](https://github.com/Mintplex-Labs/anything-llm/commit/49f0981ab7a1a10abdeb0ee9e2d55e4c0855a82c) Fixed speech transcript from being submitted twice when the user clicks the send button. Updated speech hotkeys. - [`bf059e4`](https://github.com/Mintplex-Labs/anything-llm/commit/bf059e442155ebd719c930d403855c329859b8be) Merge branch '1603-speach-to-text' of https://github.com/Rrojaski/anything-llm into 1603-speach-to-text - [`63bdd1b`](https://github.com/Mintplex-Labs/anything-llm/commit/63bdd1b0eaea7ede22fb8e44ceabc420a9134c27) Merge branch 'master' into 1603-speach-to-text - [`b9c1fb5`](https://github.com/Mintplex-Labs/anything-llm/commit/b9c1fb5272d75ea32bdb90d61c0994035bc6734d) Added pulse animation to mic - [`bed5ac8`](https://github.com/Mintplex-Labs/anything-llm/commit/bed5ac8936700ca162cb8d1544ab79e5042a3f1c) Fixed prompt double-send when clicking the send button or ending the TTS session. - [`bb79162`](https://github.com/Mintplex-Labs/anything-llm/commit/bb7916273c10baa860482a778ed6da6cdcda537f) Fixed comment grammar - [`ff5dceb`](https://github.com/Mintplex-Labs/anything-llm/commit/ff5dcebb0576418b5ad92009c5cc7127020b3047) Merge branch 'master' into 1603-speach-to-text ### 📊 Changes **3 files changed** (+79 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SpeechToText/index.jsx` (+41 -4) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/index.jsx` (+16 -0) 📝 `frontend/tailwind.config.js` (+22 -1) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #1603 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> Implemented Ctrl (Cmd on Mac) + 'm' hotkeys to activate the existing React Speech Recognition feature. ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:34:28 -05:00
yindo closed this issue 2026-02-22 18:34:28 -05:00
yindo changed title from [PR #1771] 1603 speech to text hotkey to [PR #1771] [MERGED] 1603 speech to text hotkey 2026-06-05 15:15:09 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3775