Zum Inhalt springen

HKle-Tools/mcmv: Unterschied zwischen den Versionen

Aus HKle-Tools
Die Seite wurde neu angelegt: „== 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…“
 
Keine Bearbeitungszusammenfassung
 
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 4: Zeile 4:
to avoid automatic status updates depending on activities in some tools (like MS Teams).  
to avoid automatic status updates depending on activities in some tools (like MS Teams).  


''Note this program may have a dark side:''  
''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.''
 
''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</code> move the cursor in x direction (mostly horizontal)


-dy move the cursor in y direction (mostly vertical)
<code>-dy</code> move the cursor in y direction (mostly vertical)


-interval time between to moves (speed)
<code>-interval</code> time between to moves (speed)


-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) =====
-dx 10
<code>-dx 10</code><code>-dy 10</code><code>-interval 1000</code><code>-tray on</code>
 
-dy 10
 
-interval 1000
 
-tray on


===== 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).
===== Download =====
[https://kdrive.hkle-cloud.de/app/share/899621/446fe10e-d4e8-4558-879c-6010ca5f5877 mcmv 1.0.0 inkl source 7z]


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>''

Aktuelle Version vom 29. Juli 2025, 20:05 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).

Download

mcmv 1.0.0 inkl source 7z

Please send feedback to hkle@hkle.dev

HKle, 11.07.2025 with Lazarus 1.8.2 (FPC: 3.0.4)