HKle-Tools/mcmv: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
|||
| Zeile 6: | Zeile 6: | ||
''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.'' | ''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: ===== | ===== Syntax: ===== | ||
mcmv.exe [-dx=n] [-dy=n] -interval=[t] -tray=on|off | <code>mcmv.exe [-dx=n] [-dy=n] -interval=[t] -tray=on|off</code> | ||
===== switches ===== | ===== switches ===== | ||
-dx move the cursor in x direction (mostly horizontal) | <code>-dx move the cursor in x direction (mostly horizontal)</code> | ||
-dy move the cursor in y direction (mostly vertical) | <code>-dy move the cursor in y direction (mostly vertical)</code> | ||
-interval time between to moves (speed) | <code>-interval time between to moves (speed)</code> | ||
-tray show or hide a trayicon (and menu) in windows taskbar | <code>-tray show or hide a trayicon (and menu) in windows taskbar</code> | ||
===== values ===== | ===== values ===== | ||
| Zeile 23: | Zeile 23: | ||
===== defaults (if a parameter is not set) ===== | ===== defaults (if a parameter is not set) ===== | ||
-dx 10 | <code>-dx 10</code> | ||
-dy 10 | <code>-dy 10</code> | ||
-interval 1000 | <code>-interval 1000</code> | ||
-tray on | <code>-tray on</code> | ||
===== Notes: ===== | ===== Notes: ===== | ||
It is the intention that several instances of this program may be executed. | 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). | ||
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 | Please send feedback to hkle@hkle.dev | ||
''HKle, 11.07.2025 with Lazarus 1.8.2 (FPC: 3.0.4)'' | ''<small>HKle, 11.07.2025 with Lazarus 1.8.2 (FPC: 3.0.4)</small>'' | ||
Version vom 28. Juli 2025, 19:49 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)