ImageEn, unit imageenview

TImageEnView.KeyboardShortcuts

TImageEnView.KeyboardShortcuts


Declaration

property KeyboardShortcuts: Boolean;


Description

Enables the use of the keyboard when using the interactive tools: BrushTool, RetouchTool, CloneTool, CropTool or RotateTool.
Generally this enables the "Enter" key to enact the current operation or the "Escape" key to cancel the current operation.

Note: This only affects the use of keyboard shortcuts with interactive tools. To prevent shortcut usage with selections, remove iesoAllowMoveByKeyboard from SelectionOptions. To prevent shortcut usage with layers, remove loKeyboardShortcuts from LayerOptions.

Default: True


Example

// Disable use of keyboard to enact or cancel interactive tools
ImageEnView1.KeyboardShortcuts := False;


See Also

 KeyboardShortcuts
 ShiftKeyLock
 LayerOptions
 ImageEn Keyboard Properties