mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
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:
parent
e354c2f2bf
commit
224ff0324f
2 changed files with 19 additions and 28 deletions
|
@ -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. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue