Example #1
0
 /// <summary>
 /// Returns the list of commands that were previously removed by the user and are no longer currently active.
 /// </summary>
 internal List <CommandKeyBinding> FindRemovedKeyBindings()
 {
     return(FindKeyBindingsMarkedAsRemoved().Where(x => !_snapshot.IsKeyBindingActive(x.KeyBinding)).ToList());
 }