Skip to content

Commit 1024dc8

Browse files
committed
Update README.md
1 parent c2d7208 commit 1024dc8

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

Image/readme_screenshot.png

17.3 KB
Loading

README.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,48 @@
11
# UserInputMacro
2-
macro for user input with Roslyn for Scripting
2+
Execute macro for user input with Roslyn for Scripting(C#)
3+
4+
## Feature
5+
6+
* Execute macro script for user input
7+
Execute macro script writed by C#(with Roslyn for Scripting).
8+
Application support mouse and key input with macro script.
9+
10+
* Record macro script for user input
11+
Record mouse and key input.
12+
Recorded input is writed to macro script.
13+
14+
* Command line mode
15+
Execute macro script in command line.
16+
In this mode, Application is not shown.
17+
18+
## Usage
19+
![Screen Shot]
20+
21+
22+
(1) Record button. When this button pushed, Application record mouse and key input.
23+
(2) Play button. When this button pushed, Application play macro script.
24+
(3) Stop button. this button is enabled when Application record or play.
25+
When this button pushed in recording, stop recording and open file dialog and save user input to macro script.
26+
(4) File path of macro script.
27+
(5) Browse button. When this button pushed, Open file dialog and input file path of selected macro scirpt.
28+
(6) Error information. View expected error. For example, compile error for macro script.
29+
30+
### Command line mode
31+
32+
```
33+
UserInputMacro -script=<script path>
34+
```
35+
36+
## Download
37+
Download the [latest release]
38+
39+
## Reference
40+
Under construction...
41+
42+
## License
43+
[MIT License]
44+
45+
[latest release]: https://github.com/hukatama024e/UserInputMacro/releases
46+
[Screen Shot]: Image/readme_screenshot.png
47+
[MIT License]: LICENSE.txt
48+

0 commit comments

Comments
 (0)