在 GWT 应用程序中捕获 ctr-z(撤消)和 ctr-y(重做)
我一直在编写一个基于 GWT 2.3 的 Web 应用程序,并且我还编写了自己的撤消和重做功能。当用户按 ctr-z 或 ctr-y 时,将撤消或重做最后的更改。他们是一种有效检测页面上任何位置发生的 ctr-z 和 ctr-y 按键事件并导致它们运行我自己的函数的方法。
I have been writing a web application baased on GWT 2.3 and along with it I have written my own undo and redo functions. When the user presses ctr-z or ctr-y the undoes or redoes the last changes. Is their a way to effectively detect the ctr-z and ctr-y keypress events that occur anywhere on the page and cause them to run my own functions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加 <代码>NativePreviewHandler:
Add a
NativePreviewHandler
: