如何仅使用键盘调用 Chrome 语音 API?
Google Chrome 的语音 API 非常棒!所以,我想通过键盘使用它。 怎么做呢?
Google Chrome's speech API is awesome!So, I'd like to use it by keyboard.
How to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 Ctrl+Alt-. (句号),但如果您的输入元素已处于焦点状态,则它会起作用。
You can use the Ctrl+Alt-. (period) but it will work if your input element already in focus.
目前,你不能。您必须点击麦克风按钮来激活它。
查看 Chromium 用于测试语音输入的测试用例,甚至 他们的测试脚本发送命令将鼠标光标移动到按钮上,然后单击它:
Currently, you can't. You have to click the microphone button to activate it.
Looking at Chromium's test cases for testing speech input, even their testing script sends a command to move the mouse cursor over the button, and then clicks it: