keithamus/jwerty

Add a timeout in combination before the execution

Open

#18 opened on Sep 9, 2012

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (117 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (1,214 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Let say i have to hotkeys:

  • shift+c
  • shift+c,t

Today, both handlers are executed when i press shift+c,t

It can be usefull to add a timeout after shift+c to check if there is not another key that is coming.

Contributor guide