Group Policy - Toggle Window Hotkey

Discussion related to "Everything" 1.5 Alpha.
Post Reply
benaiahhenry
Posts: 1
Joined: Tue Jul 23, 2024 12:23 pm

Group Policy - Toggle Window Hotkey

Post by benaiahhenry »

Hi,

I'm trying to set the "Toggle Window Hotkey" setting via group policy, but the selector only seems to allow integers to be entered. How do I actually set a keystroke such as "Ctrl+M"? A screenshot of the setting is below.
2024-07-23_08-21-06.jpg
2024-07-23_08-21-06.jpg (55.03 KiB) Viewed 756 times
Thanks for the help!
void
Developer
Posts: 16428
Joined: Fri Oct 16, 2009 11:31 pm

Re: Group Policy - Toggle Window Hotkey

Post by void »

An easy way to find the hotkey code is to set Everything to debug mode and view the troubleshooting information:
  • On any client PC, in Everything 1.5, from the Tools menu, click Options.
  • Click the Keyboard tab on the left.
  • Set your desired hot key.
  • Click OK.
  • From the Tools menu, under the Debug submenu, click Verbose.
  • From the Help menu, click Troubleshooting information.
  • Check the codes for the following values:
    new_window_key=
    show_window_key=
    toggle_window_key=
    (Press Ctrl + F to search for the above, the hotkey code is shown after the = )


The LOBYTE is the Virtual key.
The HIBYTE is the modifier flags.

The modifier flags can be 0 or more of the following:
ValueDescription
0x01Control
0x02Alt
0x04Shift
0x08Windows key



Key codes in Everything
tuska
Posts: 1046
Joined: Thu Jul 13, 2017 9:14 am

Re: Group Policy - Toggle Window Hotkey

Post by tuska »

2void

This line is missing:
"From the Tools menu, under the Debug submenu, click Verbose".

in this post:
Key Codes

Please check.
Thank you.
void
Developer
Posts: 16428
Joined: Fri Oct 16, 2009 11:31 pm

Re: Group Policy - Toggle Window Hotkey

Post by void »

Verbose mode will not be required in 1384+
tuska
Posts: 1046
Joined: Thu Jul 13, 2017 9:14 am

Re: Group Policy - Toggle Window Hotkey

Post by tuska »

void wrote: Wed Jul 24, 2024 11:22 am Verbose mode will not be required in 1384+
Thanks for the prompt information!
Post Reply