You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New function key.send that enables you to send one or more keys to the current window.
It allows customizing multiple items to interact with the explorer.
key.send(key.f5) // Refresh
key.send(key.ctrl,'n') // Open a New Window with the Same Folder.
key.send(key.ctrl,'t') // Open a new tab and switch to it.
key.send(key.shift,'d') // Close a File Explorer Window.
key.send(key.shift, key.delete) // Delete permanently.
New function command.navigate to open a subfolder in the same explorer window
A function that is used to navigate to a certain path in an open file explorer window...
moudey (07/04/2023 4:26 PM):
The text was updated successfully, but these errors were encountered: