Use Windows key in shortcut?
Use Windows key in shortcut?
Hi, thanks for this fantastic tool.
I recently wiped/reinstalled my computer, I am very certain I used to have Everything set up so when I press Win+F, the search box comes up where ever I am, globally.
I just downloaded the latest beta on my new system and it won't let me use the Windows key in my 'Toggle window HotKey'.
Was I imagining things before, is using that key in a shortcut not possible, or not possible any more?
Or is it a problem on my side?
Thank you for all the hard work!
I recently wiped/reinstalled my computer, I am very certain I used to have Everything set up so when I press Win+F, the search box comes up where ever I am, globally.
I just downloaded the latest beta on my new system and it won't let me use the Windows key in my 'Toggle window HotKey'.
Was I imagining things before, is using that key in a shortcut not possible, or not possible any more?
Or is it a problem on my side?
Thank you for all the hard work!
Re: Use Windows key in shortcut?
Are you on a different OS?
Certain OS may assign particular hotkey combos...
Also, http://www.voidtools.com/forum/search.p ... mit=Search ?
Certain OS may assign particular hotkey combos...
Also, http://www.voidtools.com/forum/search.p ... mit=Search ?
Re: Use Windows key in shortcut?
If you are using Windows 10 you will need to remove the existing Windows key bindings:
viewtopic.php?f=6&t=5304
viewtopic.php?f=6&t=5304
Re: Use Windows key in shortcut?
Before I was on the 'old' Windows 10, now I'm on a new up to date Windows 10.
I guess some built in hotkeys are a little different.
I just tried this and I thought it would work:
(I notice in Windows 10 at least, the value I see in the registry in actually 'F', not a hex value, so that makes things a bit more user friendly that specifying the hex code is not needed.)
I restarted but still no luck... I'll keep trying, I'll reboot again etc.
Thank you.
I guess some built in hotkeys are a little different.
I just tried this and I thought it would work:
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"DisabledHotkeys"=hex(2):46,00,00,00
I restarted but still no luck... I'll keep trying, I'll reboot again etc.
Thank you.
Re: Use Windows key in shortcut?
Ok... very strange.
I disabled F/made it free, but it's not recognized.
Yet when I also make D free, adding it to the disabledhotkeys value (so now it's 'FD') - Win+D no longer shows me the desktop (as expected, good) - and I can use it in Everything.
But weirdly, Win+F gets me nothing...!
I'm on a nice clean install, the only thing out of the ordinary on my system is that I am using Windows 10 LTSB, a enterprise version.
But I don't see how that would affect Win+F.
I'll try to do some more research, it's nothing to do with Everything, but I'll post back if I ever find a fix
Thanks.
I disabled F/made it free, but it's not recognized.
Yet when I also make D free, adding it to the disabledhotkeys value (so now it's 'FD') - Win+D no longer shows me the desktop (as expected, good) - and I can use it in Everything.
But weirdly, Win+F gets me nothing...!
I'm on a nice clean install, the only thing out of the ordinary on my system is that I am using Windows 10 LTSB, a enterprise version.
But I don't see how that would affect Win+F.
I'll try to do some more research, it's nothing to do with Everything, but I'll post back if I ever find a fix
Thanks.
-
- Posts: 6
- Joined: Mon May 02, 2016 2:40 pm
Re: Use Windows key in shortcut?
I'm begrudgingly switching to Windows 10 and I tried this method to clear Win+Z but it's still not working. Any other advice?
Windows 10 version 1909 build 18363.535
Windows 10 version 1909 build 18363.535
Re: Use Windows key in shortcut?
Please try disabling Windows Explorer Hotkeys:
This worked for me for few Windows keys, such as Win + S, Win + D and Win + E
For Win + F, please consider uninstalling the Feedback hub:
- From the Start menu, type gpedit.
- Click Edit group policy.
- In Local Group Policy Editor, navigate to:
User Configuration > Administrative Templates > Windows Components > File Explorer. - In the right-side pane, Double click Turn off Windows Key hotkeys.
- Check Enabled and click OK.
- Restart the computer to make the settings take effect.
This worked for me for few Windows keys, such as Win + S, Win + D and Win + E
For Win + F, please consider uninstalling the Feedback hub:
- Press the Windows key and search for Feedback Hub --> Right click --> Uninstall
-OR- - Open Settings --> Apps --> Manage optional features --> Scroll down and find Feedback Hub --> Click Uninstall
-
- Posts: 6
- Joined: Mon May 02, 2016 2:40 pm
-
- Posts: 6
- Joined: Mon May 02, 2016 2:40 pm
Re: Use Windows key in shortcut?
I realized my AutoHotkey shortcuts were still working in Windows 10 even though they also have native meanings, so here's an alternative method:
1. Set the Voidtools Everything shortcut to Ctrl+Alt+Shift+Z
2. Make an AutoHotkey script to intercept Win+Z and send Ctrl+Shift+Alt+Z instead:
https://www.autohotkey.com/docs/commands/Send.htm
1. Set the Voidtools Everything shortcut to Ctrl+Alt+Shift+Z
2. Make an AutoHotkey script to intercept Win+Z and send Ctrl+Shift+Alt+Z instead:
Code: Select all
;------------------------------------------------------------------------------
; Voidtools Everything shortcut
;------------------------------------------------------------------------------
#z::
Send !+^z
-
- Posts: 6
- Joined: Mon May 02, 2016 2:40 pm
Re: Use Windows key in shortcut?
Except it... opens Office every time. I don't get it. Win+Z doesn't open Office, nor does Ctrl+At+Shift+Z, but when I use AHK to make one Send the other, it opens Office. ?????
Re: Use Windows key in shortcut?
I just conceded and use Alt+S now.
It sucks because Win+S works great and worked for me for a long time. But in the end it is a minor thing. Just incredibly frustrating windows makes it so difficult and still won't let you, forcing you to hack the system if you needed it to work.
It sucks because Win+S works great and worked for me for a long time. But in the end it is a minor thing. Just incredibly frustrating windows makes it so difficult and still won't let you, forcing you to hack the system if you needed it to work.
-
- Posts: 6
- Joined: Mon May 02, 2016 2:40 pm