Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法让 Dragon NaturallySpeaking 11 在 JavaScript 中触发 onkeyup 事件,当用户在文本框中键入时该事件可以正常工作。这个软件的行为与键盘复制和粘贴文本到焦点文本框中的行为不同吗?
Dragon 听写通过发送消息(即,EM_REPLACESEL 或 WM_SETTEXT)而不是触发键盘事件(即,onkeydown、onkeyup 或 onkeypress)来更改文本。