Replies: 3 Views: 1212
|
| Hello, I'm trying to create hotkeys for frequent explorer commands such as "sort by date modified". Now, I already know it's possible by sending keystrokes, like #ifwinactive, ahk_class CabinetWClass #1:: send, !von{enter} would sort by name (view, sort, name) However, this is un... |
|