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

ExplorerHotkeys: Implement Alt+Enter to open Props of current folder #76

Open
ewerybody opened this issue May 29, 2024 · 2 comments
Open
Assignees

Comments

@ewerybody
Copy link
Owner

.. If nothing is selected that is!
Originally Alt+Enter does nothing. One needs to right-click into empty space and go Properties.

@ewerybody
Copy link
Owner Author

ExplorerHotkeys_Props() {
    items := explorer_get_selected()
    path := explorer_get_path()

    if items.Length(){
        Send !{Enter}
        Return
    }
    cmd := "properties " . path
    Run, %cmd%
}

@ewerybody
Copy link
Owner Author

ewerybody added a commit that referenced this issue Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant