Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefangansevles/mouseplayback
Records your mouse / keyboard movement and plays them back. Supports key combinations
https://github.com/stefangansevles/mouseplayback
csharp keyboard-emulation mouse mouse-emulation mouse-movement mouse-tracking playback recording tracking windowsform windowsforms winforms winforms-application
Last synced: 4 months ago
JSON representation
Records your mouse / keyboard movement and plays them back. Supports key combinations
- Host: GitHub
- URL: https://github.com/stefangansevles/mouseplayback
- Owner: Stefangansevles
- License: mit
- Created: 2020-02-16T11:45:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T15:24:32.000Z (over 4 years ago)
- Last Synced: 2024-10-13T23:22:26.345Z (4 months ago)
- Topics: csharp, keyboard-emulation, mouse, mouse-emulation, mouse-movement, mouse-tracking, playback, recording, tracking, windowsform, windowsforms, winforms, winforms-application
- Language: C#
- Homepage:
- Size: 20.2 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MousePlayback
![](https://imgur.com/6cVc8s2.png)
MousePlayback is an Windows Forms application that records your mouse- and keyboard clicks/movements after you press record, and plays them back when you press play.
You can use the buttons for this, or hotkeys. Default:
* F1: Start and stop recording
* F2: Start and stop playing back the recordingYou can install MousePlayback by downloading the installer and running it. ([Setup.msi](https://github.com/Stefangansevles/MousePlayback/raw/master/Setup.msi))
# Features
* Function-keys (Ctrl / Alt / Shift) combinations with the keyboard (For example: ctrl + t)
* Function-keys (Ctrl / Alt / Shift) combinations with the mouse (For example: Shift + click/scroll)
* Infinite repeating of the recording, or customizable repeating (10 times, 20 times, etc.)
* (optional) randomized input. Tiny x/y differences between movements and random sleeps between playbacks
* Shortcut keys for recording / playing (Default: F1 / F2 )
* Export functionality
* Import functionality
* Full playback of all mouse and keyboard actions done while recording----
Written in: C# - Windows Forms
Uses:
SQLite
Entity Framework
[Materialskin (Design of the application)](https://github.com/donaldsteele/MaterialSkin)
[Bunifu Framework (3 Buttons)](https://bunifuframework.com/)