We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.. If nothing is selected that is! Originally Alt+Enter does nothing. One needs to right-click into empty space and go Properties.
The text was updated successfully, but these errors were encountered:
ExplorerHotkeys_Props() { items := explorer_get_selected() path := explorer_get_path() if items.Length(){ Send !{Enter} Return } cmd := "properties " . path Run, %cmd% }
Sorry, something went wrong.
https://www.autohotkey.com/docs/v2/lib/Run.htm#Remarks
ExplorerHotkeys: added props of current folder
6b54a7e
if nothing selected. fixes #76
ewerybody
No branches or pull requests
.. If nothing is selected that is!
Originally Alt+Enter does nothing. One needs to right-click into empty space and go Properties.
The text was updated successfully, but these errors were encountered: