Is it possible to define new WinKey+some_key shortcuts? How would one go about it?
Also, is it possible to somehow redefine Win-E (starts Windows Explorer) shortcut in the registry?
|
Is it possible to define new WinKey+some_key shortcuts? How would one go about it? Also, is it possible to somehow redefine Win-E (starts Windows Explorer) shortcut in the registry?
| |||||||||
feedback
|
|
One of the easiest, and my favorite, ways to use keyboard shortcuts is with AutoHotkey (AHK). Defining a new Windows+Key shortcut can be as simple as:
The documentation is a great start and provides many examples. If you need more help, the community forum is another great resource. | |||||||
feedback
|