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

View File

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