Skip to content
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.

Numerical keypad (external apple keyboard) does not allow me to input values #26

Open
dangelov opened this issue Jan 27, 2014 · 3 comments
Labels

Comments

@dangelov
Copy link

No description provided.

@artursapek
Copy link
Owner

Can you report what key codes those keys have? Eg open a browser tab and in the JS console,

$(document).keyup(function (e) {
  console.log(e.which)
});

@dangelov
Copy link
Author

96 to 105
-- 
Dino Angelov

On 27 January, 2014 at 1:21:55 PM, Artur Sapek ([email protected]) wrote:

Can you report what key codes those keys have? Eg open a browser tab and in the JS console,

$(document).keyup(function (e) {
console.log(e.which)
});

Reply to this email directly or view it on GitHub.

@artursapek
Copy link
Owner

Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants