| View previous topic :: View next topic |
| Author |
Message |
ninguno
Joined: 18 Mar 2010 Posts: 4
|
Posted: Thu Mar 18, 2010 3:04 am Post subject: Autohotkey in Windows 7 |
|
|
Anyone know how can I remap winkey + a number in Windows 7?
I use that kind of combination in Vista to launch programs from the quicklaunch, but now in Windows 7 that combination is assign to the first ten open programs.
And I'm not getting AutoHotkey to override that combination (for example #+7::Run Notepad).
Thanks for your help, this program is really great!!! |
|
| Back to top |
|
 |
tonne
Joined: 06 Jun 2006 Posts: 1651 Location: Denmark
|
Posted: Thu Mar 18, 2010 12:06 pm Post subject: |
|
|
The feature can be disable with this registry key:
| Code: | Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoWinKeys"=dword:00000001
| Save to .reg file and import or browse to the location with regedit and create a new dword entry named NoWinKeys, set the value to 1.
Restart or kill explorer.exe from windows task manager, then run explorer.exe from file/new task (run).
Always be careful when messing with the registry. _________________ RegEx Powered Dynamic Hotstrings
COM
AutoHotkey 2 |
|
| Back to top |
|
 |
ninguno
Joined: 18 Mar 2010 Posts: 4
|
Posted: Thu Mar 18, 2010 4:40 pm Post subject: |
|
|
great tip toone, thanks!
Anyway, I see it disable all WinKey shortcuts (for example Win+E), do you know if it's possible to disable only WinKey shortcuts with number (Win+7 for example)? |
|
| Back to top |
|
 |
ninguno
Joined: 18 Mar 2010 Posts: 4
|
Posted: Thu Mar 18, 2010 4:55 pm Post subject: |
|
|
I don't think what happend, but I reactivate the winkeys, and now Win+number is working correctly.
Looking at the forums seems that disabling the Win Keys and then reenabling them produce same strange change that allows them to work correctly. Look here http://www.autohotkey.com/forum/viewtopic.php?t=26505&highlight=nowinkeys |
|
| Back to top |
|
 |
tonne
Joined: 06 Jun 2006 Posts: 1651 Location: Denmark
|
|
| Back to top |
|
 |
|