Changed the mouse speed via keyboard

This commit is contained in:
Marcin Woźniak 2022-09-02 18:38:45 +02:00
parent 51b9aee2be
commit 2638d2b59a
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 4 additions and 4 deletions

View File

@ -240,7 +240,7 @@
"to": [
{
"mouse_key": {
"x": -1018
"x": -1300
}
}
],
@ -262,7 +262,7 @@
"to": [
{
"mouse_key": {
"y": 1018
"y": 1300
}
}
],
@ -284,7 +284,7 @@
"to": [
{
"mouse_key": {
"y": -1018
"y": -1300
}
}
],
@ -306,7 +306,7 @@
"to": [
{
"mouse_key": {
"x": 1018
"x": 1300
}
}
],