Author Topic: Hotkey detector  (Read 1156 times)

0 Members and 1 Guest are viewing this topic.

Offline PlainNameTopic starter

  • Super Contributor
  • ***
  • Posts: 7217
  • Country: va
Hotkey detector
« on: February 20, 2022, 09:56:13 pm »
Some while back I installed an app (in Windows) which allows moving and sizing a window without dragging the window edge. Specifically, ctl-window-LMouse moves the window (with the mouse anywhere inside the window) and ctl-window-RMouse resizes (mouse left or right half of windows resizes using top left corner, right or bottom half uses bottom right corner).

OK, great app. Problem is I don't know what it is. I've gone through every start menu entry (and there are a lot), every system startup app, drivers, downloads. Nothing rings a bell, and the typical ones that might do this (Actual Windows Manager, Dexpot, RTFB, etc) don't.

So then I resorted to some available alleged hotkey detectors, none of which detected anything worth noting (some nothing at all). It seems that the definitive way to do this is to use spyxx from Visual Studio and trap WM_xxx messages when the hotkey is pressed. I don't have that and don't fancy install VS just for this...

Anyone got a bright idea? Even better if you know the actual app from the description :)
 

Online T3sl4co1l

  • Super Contributor
  • ***
  • Posts: 22412
  • Country: us
  • Expert, Analog Electronics, PCB Layout, EMC
    • Seven Transistor Labs
Re: Hotkey detector
« Reply #1 on: February 20, 2022, 10:29:31 pm »
Is it not AutoHotKey based?

Don't know other hotkey tools offhand.  Or how to find them.  Aside from skimming through processes and spotting the odd one out.

Tim
Seven Transistor Labs, LLC
Electronic design, from concept to prototype.
Bringing a project to life?  Send me a message!
 

Offline PlainNameTopic starter

  • Super Contributor
  • ***
  • Posts: 7217
  • Country: va
Re: Hotkey detector
« Reply #2 on: February 20, 2022, 10:39:44 pm »
Don't think so, but if it is it's supplied as an exe rather than a script.

I found Spyxx on an old VS2015 setup,  but on reflection that's not going to help since it will just capture the window move messages to the target window, and the key press messages to every window.

I think I must've missed a setting in one of the apps I know about...
 

Offline rdl

  • Super Contributor
  • ***
  • Posts: 3667
  • Country: us
Re: Hotkey detector
« Reply #3 on: February 20, 2022, 11:57:56 pm »
Yeah, first thing I'd do is callup Task Manager and look at what all is running. There shouldn't be very many Processes or Applications running but there's probably a bunch of Services to sort through.
 

Offline PlainNameTopic starter

  • Super Contributor
  • ***
  • Posts: 7217
  • Country: va
Re: Hotkey detector
« Reply #4 on: February 21, 2022, 12:32:15 am »
165 processes...

Many can be discounted but there are a ton under 'svchost.exe'. Annoying  :-\
 

Offline rdl

  • Super Contributor
  • ***
  • Posts: 3667
  • Country: us
Re: Hotkey detector
« Reply #5 on: February 21, 2022, 12:49:55 am »
Really? Which Windows? I only have 28 running on Win 7 Pro. You can filter by user and just look at the ones for your user name first.
 

Offline PlainNameTopic starter

  • Super Contributor
  • ***
  • Posts: 7217
  • Country: va
Re: Hotkey detector
« Reply #6 on: February 21, 2022, 01:00:29 am »
Win7 Pro. I have a feeling something like this would be system-wide, but either way I am failing to spot anything likely. If it weren't for the fact that it works I'd think I was dreaming it.
 

Offline PlainNameTopic starter

  • Super Contributor
  • ***
  • Posts: 7217
  • Country: va
Re: Hotkey detector
« Reply #7 on: February 21, 2022, 01:25:21 am »
Ha! Found it: it is actually in Actual Windows Manager which I originally suspected but discounted because it has hotkeys disabled. There's a special section for this bit, though  ::)

For anyone else wondering what this is about, it implements a feature that's present in Linux window managers called AltDrag. Naturally, a Windows version is called that too:

https://stefansundin.github.io/altdrag/

which was forked as AltSnap:

https://github.com/RamonUnch/AltSnap/wiki
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf