HKle-Tools/mcmv: Unterschied zwischen den Versionen
| Zeile 9: | Zeile 9: | ||
===== switches ===== | ===== switches ===== | ||
<code>-dx move the cursor in x direction (mostly horizontal) | <code>-dx</code> move the cursor in x direction (mostly horizontal) | ||
<code>-dy move the cursor in y direction (mostly vertical) | <code>-dy</code> move the cursor in y direction (mostly vertical) | ||
<code>-interval time between to moves (speed) | <code>-interval</code> time between to moves (speed) | ||
<code>-tray show or hide a trayicon (and menu) in windows taskbar | <code>-tray</code> show or hide a trayicon (and menu) in windows taskbar | ||
===== values ===== | ===== values ===== | ||
n - numeric value, move the cursor in pixel | <code>n</code> - numeric value, move the cursor in pixel | ||
t - numeric valus, interval in milliseconds | <code>t</code> - numeric valus, interval in milliseconds | ||
===== defaults (if a parameter is not set) ===== | ===== defaults (if a parameter is not set) ===== | ||
Version vom 28. Juli 2025, 19:52 Uhr
mcmv (mouse cursor mover)
mcmv.exe - MouseCursorMover is a small mouse wiggler
to avoid automatic status updates depending on activities in some tools (like MS Teams).
Note this program may have a dark side: It can also be used to avoid screensavers and lock screen. This may trigger some antivirus tools.
Syntax:
mcmv.exe [-dx=n] [-dy=n] -interval=[t] -tray=on|off
switches
-dx move the cursor in x direction (mostly horizontal)
-dy move the cursor in y direction (mostly vertical)
-interval time between to moves (speed)
-tray show or hide a trayicon (and menu) in windows taskbar
values
n - numeric value, move the cursor in pixel
t - numeric valus, interval in milliseconds
defaults (if a parameter is not set)
-dx 10
-dy 10
-interval 1000
-tray on
Notes:
It is the intention that several instances of this program may be executed. This opens some funny effects. If you want to change this, feel free to modify the source code (keyword: semaphores).
Please send feedback to hkle@hkle.dev
HKle, 11.07.2025 with Lazarus 1.8.2 (FPC: 3.0.4)