I want to create a batch file to assign keyboard shortcuts.
For example, how can I launch Internet Explorer using the key Alt+5?
I want to create a batch file to assign keyboard shortcuts.
For example, how can I launch Internet Explorer using the key Alt+5?
using NirCmd
http://www.nirsoft.net/utils/nircmd.html
you can create files shortcuts, and assign an hot key to these file shotrcut
See here the help of NirCmd:
http://www.nirsoft.net/utils/nircmd2.html#using
1) Create a shortcut to Internet Explorer, and place it on the Desktop.
2) Right-Click the shortcut and then click
Properties
3) Click in the box next to
Keyboard Shortcut
.4) Press ALT+5 (The box will display CTRL+ALT+5)
5) Click ->
OK
It is important to keep the shortcut on your Desktop or Start Menu*, otherwise it won't work.
AFAIK you must create a CTRL+ALT+
?
shortcut with this method.*Edited to include Andriy M's point about the
Start Menu
.