We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2024-10-11 12:58 PM
2024-10-11 03:00 PM
I'm not aware of any ACAPI function that can do this.
However I think it's possible to do it OS specific. E.g. on Windows you could use SetWindowsHookEx as described in this stackoverflow answer. It's an old answer, but WinAPI functionality is often still usable in the same way as some time ago in my experience. Haven't tested this specific function though.
2024-10-11 05:51 PM
Okay, I'll take a look