-4

I"m trying to assign a hotkey to a program (Snagit v2019) Snagit only gives me the choice so Control + Alt + Shift and a key for assigning as a hotkey.

I want to choose Windows + Shift+ S

But Windows isn't a choice (in Snagit)

Any ideas?

Giacomo1968
  • 58,727
Clay Nichols
  • 5,448

2 Answers2

1

You can use the Registry scancodes to change the action of a key, so that the Windows key will act as Ctrl, Alt or Shift -- but that would mean you could never use Windows for its intended purpose, a really bad idea!

There are a number of third-party tools, such as Clavier+ and AutoHotkey that remap key combinations to an action. Usually, these are global keyboard shortcuts, but if WindowsShiftS is not used elsewhere, you could use one of those utilities.

0

Turning my comment into an answer, as OP notes this is what they were looking for:

CTRL + ESC opens the Start Menu the same way you would by pressing the WIN key, but CTRL + ESC + X does not behave the same way WIN + X does, so it's a limited comparison.

Your title is asking for a key combination that is an alternative to the WIN key. The question body, however, seems to be asking how to use the WIN key in a key combination, but doesn't specify which utility or tool or setting you're trying to use to set such a hotkey.

music2myear
  • 49,799