Windows Key shortcut to open Everything

Discussion related to "Everything" 1.5 Alpha.
Post Reply
void
Developer
Posts: 19568
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: 336
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: 19568
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: 336
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: 19568
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: 19568
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.
Post Reply