Vixen
dd8b0a81
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 (9)

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