Modified README.md

This commit is contained in:
Hane 2024-01-10 17:55:42 +01:00
commit c6b81ae72e
2 changed files with 9 additions and 3 deletions

View file

@ -1,2 +1,4 @@
START /B /D "." MouseOnKeyboard.exe
START /B "." KeyboardRemappings.exe
@pushd %~dp0
START /B MouseOnKeyboard.exe
START /B KeyboardRemappings.exe
@popd