keybinding
Keybinding, or keyboard shortcut, is a mapping between a keyboard input and a command in a software environment. Triggering the bound sequence performs the associated action without navigating menus. Keybindings can be global (system-wide) or local to a program. Global shortcuts are often controlled by the operating system and may override application bindings, while local bindings are defined within an application and may not affect other software.
Bindings are usually composed of modifier keys such as Ctrl, Alt, Shift, and the Command key on
User customization is common. Applications typically provide a keybinding editor to view, modify, and export bindings.
Platform considerations vary. Windows and Linux commonly use Ctrl as the main modifier, macOS uses Command.
Accessibility considerations include avoiding bindings that conflict with screen reader shortcuts, ensuring discoverability of shortcuts, and
Examples include Copy (Ctrl+C or Command+C), Paste (Ctrl+V or Command+V), Save (Ctrl+S or Command+S). In text editors