wwwtyro / keyzen

A touch typing trainer geared towards programmers and others that need to practice with all the symbols on the keyboard.
194 stars 139 forks source link

Prevent keyzen from capturing keypresses which include Ctrl/Alt/Cmd modifier keys #5

Closed morgant closed 11 years ago

morgant commented 11 years ago

Prevent keyzen from capturing keypresses which include Ctrl/Alt/Cmd modifier keys. These are likely browser/OS keyboard shortcuts and keyzen prevents the default event from firing, so this can be quite annoying in some browsers (Safari, I'm looking at you).

wwwtyro commented 11 years ago

Looks good to me, morgant. I've added you as a collaborator, so if you're satisfied, go ahead and pull it.

morgant commented 11 years ago

Thanks!