jQuery plug-in to remap numeric keypad
Posted
by Álvaro G. Vicario
on Stack Overflow
See other posts from Stack Overflow
or by Álvaro G. Vicario
Published on 2010-06-14T12:20:13Z
Indexed on
2010/06/14
12:22 UTC
Read the original article
Hit count: 420
JavaScript
|jQuery
Is there a jQuery plug-in to remap the "dot" key in the numeric keypad? The purpose is to make it print a decimal separator, rather than a dot, in languages that use commas or other characters. I'd like to mimic the behaviour of some desktop applications like MS Excel.
(It's okay to hard-code the output character.)
© Stack Overflow or respective owner