Vixen
02b45cc4
csharp
public enum BindingSource

Which layer a binding came from, which is what the keybinding editor's last column says.

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

Fields and properties (3)

  • Default

    The application's, declared beside the command.

  • Preset

    The chosen KeyMapPreset's.

  • User

    The user's own, and the only one that is saved.

Used by (4)

  • KeyBindingsPanelTestsVixen.Editor.App.Tests
  • KeyBindingsViewVixen.Editor.Ui
  • KeyMapVixen.Editor.Ui
  • KeyMapPresetTestsVixen.Editor.Ui.Tests