Windows Key Keybindings


Recommended Posts

I've been looking around trying to find information on how to change the default Windows Keybindings. For instance, I have Xyplorer and I would like when I press Win + E for it to bring it up rather than the default Windows Explorer.

Any idea's?

Link to comment
Share on other sites

Well, for that one case you can simply right-click the shortcut to Xyplorer, select properties, and enter a new combination in the Shortcut key box.

Edit: NVM, that won't work for system hotkeys.

You could look at something like AutoHotKey.

Link to comment
Share on other sites

+1

That would be possible, however, it wouldn't intercept the key and make it only launch Xyplorer. It would launch both Xyplorer and Explorer, which is ughworthy. :) I'll keep trying though. Thanks for the idea!

Link to comment
Share on other sites

That would be possible, however, it wouldn't intercept the key and make it only launch Xyplorer. It would launch both Xyplorer and Explorer, which is ughworthy. :)

I just tested it. It's working exactly as desired here.
Link to comment
Share on other sites

#e::run, <path to xyplorer goes here>

something like that should work.

Oh wow, then thanks a ton booger! I already run autohotkey for other stuff so might as well!!!

You rock :)

Link to comment
Share on other sites

there should be a topic on AutoHotkey in Windows 7 with all the added keyboard and mouse functionality.

you can use multiple key taps to launch anything, example typing 'nnn' will launch Notepad:

:*:nnn::
  run Notepad
  return

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.