Question

I don't think I've used x11 since switching to Mountain Lion (and thus Xquartz). I recently tried to use it and my key repeat isn't working. When I press a key, it inserts the corresponding character once, then a second time after (very roughly) a quarter second, then never repeats again. I've tried xset r and xset r on from both my x11 terminal, and normal Terminal.app --- neither has any effect.

Any suggestions?

Was it helpful?

Solution

From @jaykru on SuperUser.SO (https://superuser.com/a/414513/152522):

Did some more searching and discovered in recent updates the key repeat rate for x in OS X is set at some odd value. Anyway, to whoever else may have this issue, run this in your shell:

    xset r rate <milliseconds_before_repeat> <repeats_per_second>

Or just xset r rate to reset the keyboard repeat rate to default X settings (i.e: something sane.)

Licensed under: CC-BY-SA with attribution
Not affiliated with apple.stackexchange
scroll top