Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing documentation of 'command.navigate' function #485

Open
andreaxhearts opened this issue Jul 13, 2024 · 0 comments
Open

Missing documentation of 'command.navigate' function #485

andreaxhearts opened this issue Jul 13, 2024 · 0 comments

Comments

@andreaxhearts
Copy link

A function that is used to navigate to a certain path in an open file explorer window...

moudey (07/04/2023 4:26 PM):

New debug build 35 https://nilesoft.org/download/shell/debug.zip

  • 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
item(title="navigate" cmd=command.navigate('%windir%\system32'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant