Skip to content
Version 2.11.0
↓ Get the launcher

KeyBinding structure

A keyboard shortcut: a primary key plus zero or more modifier keys.

public struct KeyBinding : IEquatable<KeyBinding>
parameter description
Key The primary key for this binding.
Modifiers Modifier keys that must also be held (Shift / Ctrl / Alt).
name description
KeyBinding(…) A keyboard shortcut: a primary key plus zero or more modifier keys.
Key { get; set; } The primary key for this binding.
Modifiers { get; set; } Modifier keys that must also be held (Shift / Ctrl / Alt).
override ToString() “Shift+F12”, “Ctrl+Alt+P”, “F11” — for display in the Settings UI.