Modified README.md

This commit is contained in:
Hane 2023-07-02 18:02:57 +02:00
commit c3d055481e
3 changed files with 104 additions and 27 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