Added key mappings

This commit is contained in:
Niellune
2025-06-11 22:34:47 +03:00
parent 5e97501c0c
commit 95a4e29501
5 changed files with 66 additions and 19 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ The project is using make. You can edit ./conf/settings.txt after copy if needed
make clean
make release
mkdir ./conf
cp ./settings.txt /conf
cp ./settings.txt ./conf
./out/app ./conf/settings.txt
```