putting tiny hotkey at the left side of hand cursor, so that mouse click will be send to fgwindow directly

This commit is contained in:
Kang Yu 2024-03-27 16:57:28 -07:00
parent e354c2f2bf
commit 224ff0324f
2 changed files with 19 additions and 28 deletions

View file

@ -36,7 +36,6 @@ namespace PersistentWindows.SystrayShell
{
if (m.Msg == 0x0312)
{
/* Note that the three lines below are not needed if you only want to register one hotkey.
* The below lines are useful in case you want to register multiple keys, which you can use a switch with the id as argument, or if you want to know which key/modifier was pressed for some particular reason. */