FileExplorerView.onKeyRename method
FileExplorerView › onKeyRename
Unofficial
Called when the rename shortcut is pressed.Signature:
onKeyRename(event: KeyboardEvent): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| event | KeyboardEvent | The event triggered this function. |
Returns: void