WIn+E to open XYplorer
-
adamc
- Posts: 20
- Joined: 25 Feb 2015 08:58
WIn+E to open XYplorer
I have enabled shell integration which works just fine but is it possible to override the Win+E shortcut to launch the program instead of windows explorer?
-
Filehero
- Posts: 2734
- Joined: 27 Feb 2012 18:50
- Location: Windows 11@100%
Re: WIn+E to open XYplorer
Workaround: pin XY to taskbar at the left-most position -> <Win>+<1> (or any number >1 and <=9 for any pos to the right)adamc wrote:I have enabled shell integration which works just fine but is it possible to override the Win+E shortcut to launch the program instead of windows explorer?
Cheers,
FH
-
adamc
- Posts: 20
- Joined: 25 Feb 2015 08:58
Re: WIn+E to open XYplorer
Ok, that's one way i guess , thanks!
I found a program called Autohotkey to override the behavious of Win+E
I found a program called Autohotkey to override the behavious of Win+E
-
Filehero
- Posts: 2734
- Joined: 27 Feb 2012 18:50
- Location: Windows 11@100%
Re: WIn+E to open XYplorer
Then another one: you'll find some hardcore AutoHotkey fellows here as well (*).adamc wrote:I found a program called Autohotkey to override the behavious of Win+E
*: not me.
-
bdeshi
- Posts: 4256
- Joined: 12 Mar 2014 17:27
- Location: Asteroid B-612
- Contact:
Re: WIn+E to open XYplorer
The necessary AHK script is very simple:save this as an ahk file, then run it once manually or run on startup.
*Edit* Don't forget to change the path to XY for the "xy" variable in this script
*Edit2* now also allows cmdline args! *Edit3* Consequently don't forget to update/remove the example `/user="cmd"` switch
Code: Select all
#NoEnv
;#NoTrayIcon
#Persistent
#SingleInstance, FORCE
xy = "D:\Portable\XYplorer\XYplorer.exe" /user="cmd"
#e::
Run %xy%
Return*Edit* Don't forget to change the path to XY for the "xy" variable in this script
*Edit2* now also allows cmdline args! *Edit3* Consequently don't forget to update/remove the example `/user="cmd"` switch
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]
[ this user is asleep ]
XYplorer Beta Club