File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -674,7 +674,7 @@ kb.Gesture is KeyGesture keyGesture1 &&
674674 }
675675
676676 // Create and add the new key binding
677- var command = BuildCommand ( hotkey , hotkeyModels ) ;
677+ var command = BuildCommand ( hotkeyModels ) ;
678678 var keyBinding = new KeyBinding ( command , keyGesture ) ;
679679 window . InputBindings . Add ( keyBinding ) ;
680680 }
@@ -693,7 +693,7 @@ kb.Gesture is KeyGesture keyGesture1 &&
693693 }
694694
695695 // TODO: Deprecated
696- private static ICommand BuildCommand ( HotkeyModel hotkey , List < ( PluginMetadata Metadata , SearchWindowPluginHotkey PluginHotkey ) > hotkeyModels )
696+ private static ICommand BuildCommand ( List < ( PluginMetadata Metadata , SearchWindowPluginHotkey PluginHotkey ) > hotkeyModels )
697697 {
698698 return new RelayCommand ( ( ) =>
699699 {
You can’t perform that action at this time.
0 commit comments