0

When one input a keystroke (or a combination of keystrokes) on Microsoft Windows, the keystroke is sent to one or several programs, sequentially. For example, the keystroke may be first sent to Windows (e.g., entering WIN + E opens Windows Explorer), then to the program that has the focus.

I'm looking for a program for Microsoft Windows 7 or 10 that can change the order in which the keystroke is sent to the running programs.

Any license or price is fine.

6
  • Ctrl+Alt+Del is a bad example as this key combination is always handled by Windows itself for security reasons. Sounds to me like an XY problem. You should post your actual problem and what you want to achieve at superuser.com.
    – Robert
    Commented Jul 11, 2021 at 10:45
  • @Robert my actual pb is change the order in which the keystroke is sent to the running programs. It'd be handy in several programs eg VMs or VNCs. Commented Jul 11, 2021 at 15:28
  • As I said Ctr+Alt+Del is hard-coded to be sent directly to the host Windows system.
    – Robert
    Commented Jul 11, 2021 at 16:01
  • @Robert As I said Ctr+Alt+Del is just an example. Commented Jul 11, 2021 at 16:02
  • As I said it is the worst example you could select. Reconsider it and change it to something more reasonable. However I am not sure if the key management part of Windows is configurable. As far as I remember you can write hooks for getting the key pressings yourself but if I remember correctly this allows you only to "consume" the key pressings and thus prevent other apps from receiving it but the order in which apps are notified is up to WIndows.
    – Robert
    Commented Jul 11, 2021 at 16:25

0

Browse other questions tagged or ask your own question.