因为有几个主窗口 工具栏有相同的菜单 所以想在用户控件中封装一个方便使用和管理。
但在在用户控件中注册的快捷键放到主窗口后无效,难道我的快捷键必须放到 <Window.Resources>、 <Window.CommandBindings>、 <Window.InputBindings>中么?不能放到用户控件的 <UserControl.Resources>、 <UserControl.CommandBindings>、<UserControl.InputBindings>中么?请大神们支招 如果像我这样要在用户控件中封装菜单快捷键该怎么实现?
应该放在全局资源里。App.xaml的resources