Enum KeyboardShortcuts
The keyboard shortcuts.
Namespace: Neodynamic.Windows.ThermalLabelEditor
Assembly: cs.temp.dll.dll
Syntax
[Flags]
public enum KeyboardShortcuts
Fields
Name | Description |
---|---|
All | All the shortcuts |
ArrowKeys | Move Selected Items |
CtrlA | Select All Items |
CtrlC | Clipboard Copy |
CtrlMinus | Zoom Out |
CtrlPlus | Zoom In |
CtrlV | Clipboard Paste |
CtrlX | Clipboard Cut |
CtrlY | Redo |
CtrlZ | Undo |
CtrlZero | Zoom 100% |
Delete | Delete Selected Items |
F2 | Edit TextItem |
None | None |