javascript - jQuery plug-in to remap numeric keypad -


Is there a jQuery plug-in for remapping "dot" key in numeric keypad? Its purpose is to print a decimal separator instead of a decimal, to use commas or other characters in languages, I want to mimic the behavior of some desktop applications like MS Excel.

(This is hard for hard-code output characters.)

With jQuery plugin you can configure which character to use numpad decimal separator.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -