Search found 4 matches

by WandersFar
Thu Feb 16, 2023 2:38 am
Forum: Feature Requests
Topic: Alt Menu Hotkey Support (Assign #1-8 to View options)
Replies: 4
Views: 38583

Re: Alt Menu Hotkey Support (Assign #1-8 to View options)

Thank you for that. Here’s the amended script:

Code: Select all

#IfWinActive ahk_class Explorer++
/::SendInput ^+6!vos!vod!vs
Much simpler!

I’d still love if we could modify hotkeys directly in the program. Any chance of that someday?
by WandersFar
Wed Feb 15, 2023 5:35 am
Forum: Feature Requests
Topic: Alt Menu Hotkey Support (Assign #1-8 to View options)
Replies: 4
Views: 38583

Alt Menu Hotkey Support (Assign #1-8 to View options)

I’ve written the following script in AHK that switches to Details view, sorts by Size, sorts Descending, and then applies Autosize Columns to show everything: #IfWinActive ahk_class Explorer++ /:: SendInput !v{Down 9}{Enter} Sleep, 200 SendInput !vos!vod!vs Return This would be a lot easier if there...
by WandersFar
Thu May 28, 2020 9:22 am
Forum: Feature Requests
Topic: Dark Theme for Explorer++
Replies: 17
Views: 163377

Re: Dark Theme for Explorer++

+1 for Dark Theme / Night Mode.
by WandersFar
Mon Jul 14, 2014 10:33 am
Forum: Feature Requests
Topic: Default Group By Type & Hide Menubar
Replies: 0
Views: 3853

Default Group By Type & Hide Menubar

I have two requests: 1. Make it possible for Explorer++ to Group Sort by Type for all new tabs and default windows. After browsing this forum, I see that many people have requested this feature going back to 2010 or even earlier, but due to Group by Name being hardcoded into new tabs, it’s been diff...