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.
我有一个表单,其中有应用于 MenuItem 的快捷方式。问题是,当焦点位于 Spread 控件内时,它会捕获Ctrl+Z按下并且不会触发快捷方式。如果焦点位于不同的控件(例如 TextBox)上,则快捷方式会MenuItem_Click毫无问题地触发事件。
MenuItem_Click
有任何想法吗?
Farpoint Spread 支持声明:
输入映射包括将 CTRL+Z和 CTRL+Y 键分别映射到新的 UndoAction 和 RedoAction 操作对象的新项。这些动作分别调用 UndoManager 的 Undo 和 Redo 方法。
你可以使用不同的组合键吗?