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.
我正在创建一个使用 XNA 和 Silverlight 的应用程序。我想要做的是能够使用 IE 通常选择的快捷方式和命令。例如,如果我按 Control-S,我不希望 IE 保存页面。我想做我自己的行动。
这样的事情可能吗?
AFAIK 你不能那样做。因为 Internet Explorer 有自己的行为,您无法更改这些行为的方式。
因此,您必须实现另一种方法来在 Silverlight 的应用程序上实现快捷方式。