Windows Key shortcut to open Everything

Discussion related to "Everything" 1.5.
void
Developer
Posts: 20177
Joined: Fri Oct 16, 2009 11:31 pm

Windows Key shortcut to open Everything

Post by void »

Everything 1.5.0.1401a adds support for enabling a low level keyboard hook to override existing hotkeys.

To create a Windows Key shortcut to open Everything:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    hotkey
  • Select: hotkey_low_level_keyboard_hook
  • Set the value to: true
  • Click OK.
  • Type in the following Everything search and press ENTER:
    /show_window_key=2118

    Where 2118 is the key code. 2118 is Win+F
    See below for a list of key codes.
  • If successful, show_window_key=2118 is shown in the status bar for a few seconds.


Win + Keys
CodeKey
2113Win + A
2114Win + B
2115Win + C
2116Win + D
2117Win + E
2118Win + F
2119Win + G
2120Win + H
2121Win + I
2122Win + J
2123Win + K
2124Win + L
2125Win + M
2126Win + N
2127Win + O
2128Win + P
2129Win + Q
2130Win + R
2131Win + S
2132Win + T
2133Win + U
2134Win + V
2135Win + W
2136Win + X
2137Win + Y
2138Win + Z
3206Win + Shift + F23 (Copilot key)


Key codes
w64bit
Posts: 341
Joined: Wed Jan 09, 2013 9:06 am

Re: Windows Key shortcut to open Everything

Post by w64bit »

Can it be set as toggle?
void
Developer
Posts: 20177
Joined: Fri Oct 16, 2009 11:31 pm

Re: Windows Key shortcut to open Everything

Post by void »

To create a Windows Key shortcut to toggle Everything:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    hotkey
  • Select: hotkey_low_level_keyboard_hook
  • Set the value to: true
  • Click OK.
  • Type in the following Everything search and press ENTER:
    /show_window_key=
  • If successful, show_window_key= is shown in the status bar for a few seconds.
  • Type in the following Everything search and press ENTER:
    /toggle_window_key=2118

    Where 2118 is the key code. 2118 is Win+F
    See above for a list of key codes.
  • If successful, toggle_window_key=2118 is shown in the status bar for a few seconds.
w64bit
Posts: 341
Joined: Wed Jan 09, 2013 9:06 am

Re: Windows Key shortcut to open Everything

Post by w64bit »

Thank you.

When you toggle/hide it, it become a background process.
It's still monitoring all as a background process?
I mention that I don't' have the service active.
void
Developer
Posts: 20177
Joined: Fri Oct 16, 2009 11:31 pm

Re: Windows Key shortcut to open Everything

Post by void »

Yes, Everything will run in the background and keep your index up-to-date.

If you have unchecked Tools -> Options -> UI -> Run in background, Everything will not run in the background and will exit instead.
void
Developer
Posts: 20177
Joined: Fri Oct 16, 2009 11:31 pm

Re: Windows Key shortcut to open Everything

Post by void »

Everything 1.5.0.1405a fixes an issue with hotkeys being triggered unexpectedly after unlocking a session.

Everything 1.5.0.1405a fixes an issue with ALT hotkeys.
aaathemtheyzzz
Posts: 17
Joined: Wed Mar 04, 2020 10:23 pm

Re: Windows Key shortcut to open Everything

Post by aaathemtheyzzz »

In Version 1.5.0.1422b (x64), Win-W still shows the Windows start menu on Windows 10 together with Everything. It appears that first it shows Everything's window and then Windows steals the focus for its own start menu. Somehow the key passes to two handlers. So I end up in an open Everything but without focus, or if Everything is in the background, it flashes. I rebooted because I had a DisabledHotKeys but it didn't fix it. That reminds me of a focus/flashing problem I had in a program that spawned another window that I solved using shellexecute.