Karabiner-elements: Key repeat speed

Created on 17 Oct 2017  路  8Comments  路  Source: pqrs-org/Karabiner-Elements

Hi,
Is the key repeat speed setting that was there in Karabiner missing in Karabiner-Elements simply due to lack of hands, or is there some underlying change in Sierra that would require looking for a new approach?

I'm badly missing the custom speed - the standard MacOS KeyRepeat speed of 1 is too slow, and 0 much too fast, and setting a float value seems to default to 0.

stale

Most helpful comment

For anyone wondering how to set key repeat in Sierra or above:

defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)

From this answer: https://apple.stackexchange.com/questions/10467/how-to-increase-keyboard-key-repeat-rate-on-os-x

All 8 comments

please advise. thanks

Unfortunately, It's impossible since macOS Sierra due to the change of kernel internal architecture.

For anyone wondering how to set key repeat in Sierra or above:

defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)

From this answer: https://apple.stackexchange.com/questions/10467/how-to-increase-keyboard-key-repeat-rate-on-os-x

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@tekezo 3 years later I'm still struggling with slow key repeat 馃槃 . I saw there were some big changes in the last update - any chance this now has become possible?

Unfortunately, the speed of the key repeat is not changeable even with v13.0.0.
Karabiner-Elements follows the key-repeat speed of macOS, as it sends key events through a virtual keyboard.

Unfortunately, the speed of the key repeat is not changeable even with v13.0.0.
Karabiner-Elements follows the key-repeat speed of macOS, as it sends key events through a virtual keyboard.

Can KarabinerElements limit key-repeat speed by mimicking key repeat? For example, by sending multiple key events instead of a single event when a key is held down? This way, we can set fastest possible value in system settings and adjust it in KE. However, this will possibly affect user login if system wide configuration is not set.

I don't know much about this, so just ignore this if it's sound silly!

Unfortunately, the speed of the key repeat is not changeable even with v13.0.0.
Karabiner-Elements follows the key-repeat speed of macOS, as it sends key events through a virtual keyboard.

Can KarabinerElements limit key-repeat speed by mimicking key repeat? For example, by sending multiple key events instead of a single event when a key is held down? This way, we can set fastest possible value in system settings and adjust it in KE. However, this will possibly affect user login if system wide configuration is not set.

I don't know much about this, so just ignore this if it's sound silly!

I need that feature so badly. Razer Synapse for Mac no longer works. In games that need you to spam buttons my hand hurts so bad after awhile. I need to be able to hold down a key on a Razer Tartarus and it spam the key. I would pay for this feature. I tried the key repeat in Mac, it did nothing.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Joilence picture Joilence  路  3Comments

DanweDE picture DanweDE  路  3Comments

jason0342 picture jason0342  路  3Comments

Ox0400 picture Ox0400  路  3Comments

LittleNewton picture LittleNewton  路  3Comments