ImageEn, unit iexFolderTree

TIEFolderTree.EnableKeyboardShortcuts

TIEFolderTree.EnableKeyboardShortcuts


Declaration

property EnableKeyboardShortcuts: Boolean;


Description

Allow the use of keyboard shortcuts to perform Explorer-type file operations:
Description Type Shortcut
Delete the selected folder ieksDelete Delete
Rename the selected folder ieksRename F2
Open parent folder ieksOpenParent Backspace
Refresh folder list ieksRefresh F5
Display the Folder Properties Dialog ieksProperties Alt+Enter
Cut file to clipboard ieksCut Ctrl+X
Copy file to clipboard ieksCopy Ctrl+C
Paste file from clipboard ieksPaste Ctrl+V
Display the system popup menu ieksSystemMenu Shift+F10

Note:
All shortcuts except Refresh require The ReadOnly = False
Configure or disable individual keyboard shortcuts using KeyboardShortcuts
Options related to file operations can be configured using FileOperationOptions
If you use EnableKeyboardShortcuts, you should also enable AutoRefresh to ensure the content updates after changes

Default: False