Vixen
02b45cc4
csharp
public enum BindResult

What happens when a chord and a command disagree about who has it.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • Bound

    The command has the chord.

  • Conflict

    Another command already had it, and still does.

  • Replaced

    Another command had it and has been unbound.

  • Unchanged

    Nothing changed, because it was already bound that way.

Used by (8)

  • CommandTestsVixen.Editor.Ui.Tests
  • KeyBindingsViewVixen.Editor.Ui
  • KeyMapVixen.Editor.Ui
  • KeyMapPresetTestsVixen.Editor.Ui.Tests
  • MenuBarTestsVixen.Editor.App.Tests
  • ModeTestsVixen.Editor.Ui.Tests
  • PluginContextVixen.Editor.Plugin
  • ScopeTestsVixen.Editor.Ui.Tests