emacsorphanage / key-chord

Map pairs of simultaneously pressed keys to commands
http://emacswiki.org/emacs/download/key-chord.el
115 stars 23 forks source link

Timeout #5

Closed Tyrn closed 8 months ago

Tyrn commented 1 year ago

Hi,

Is there a way to make the timeout a bit longer? On my keyboard I can tap a key twice fast enough, but I can't move my index finger from j to h in time.

Tyrn commented 1 year ago

The solution:

(custom-set-variables
 ;; custom-set-variables was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(key-chord-two-keys-delay 0.2)
 '(key-chord-one-key-delay 0.3)
 ...
 )
tarsius commented 1 year ago

I think https://github.com/emacsorphanage/key-chord/pull/2 might take care of this.

BlueDrink9 commented 8 months ago

my reading is that Tyrn found the solution in their previous comment. two-keys-delay is sufficient to increase the timeout between j and h, #2 is unneeded