]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Update mouse_keys.md
authorcato976 <cato976@users.noreply.github.com>
Thu, 6 Jul 2017 13:54:41 +0000 (09:54 -0400)
committerJack Humbert <jack.humb@gmail.com>
Thu, 6 Jul 2017 14:01:12 +0000 (10:01 -0400)
fix typo

docs/mouse_keys.md

index 16e920fdbd098a82ff4e46f1235a91432b8428b9..e8fa60c1fe49d8590b7786fe583e0e12e6e49b6a 100644 (file)
@@ -1,6 +1,6 @@
 # Can I increase the speed of the mouse keys?
 
-**Q:** The default speed for controlling the mouse with the keyboard is slow. I've tried increasing the mouse's sensitivity at work using xset m and it worked, although sometimes it changes by itself for some reason. At home, on Arch Linux, this does not change ti. I've looked through the forums and resolved to use libinput using xinput but using that I only manage to change the speed of the mouse using the actual mouse. The speed of the mouse using the keyboard controls remained unchanged.
+**Q:** The default speed for controlling the mouse with the keyboard is slow. I've tried increasing the mouse's sensitivity at work using xset m and it worked, although sometimes it changes by itself for some reason. At home, on Arch Linux, this does not change it. I've looked through the forums and resolved to use libinput using xinput but using that I only manage to change the speed of the mouse using the actual mouse. The speed of the mouse using the keyboard controls remained unchanged.
 Is there perhaps something I can input in the keymap.c to change the sensitivity? Or some other surefire way of increasing the speed?
 Thanks!
 
@@ -14,4 +14,4 @@ Thanks!
 #define MOUSEKEY_WHEEL_DELAY 0
 ```
 
-Tweak away. A lower interval or higher max speed will effectively make the mouse move faster. Time-to-max controls acceleration. (See [this Reddit thread for the original discussion](https://www.reddit.com/r/ErgoDoxEZ/comments/61fwr2/a_reliable_way_to_increase_the_speed_of_the_mouse/)).
\ No newline at end of file
+Tweak away. A lower interval or higher max speed will effectively make the mouse move faster. Time-to-max controls acceleration. (See [this Reddit thread for the original discussion](https://www.reddit.com/r/ErgoDoxEZ/comments/61fwr2/a_reliable_way_to_increase_the_speed_of_the_mouse/)).