artursapek / mondrian

Web-based vector graphics editor
MIT License
1.24k stars 104 forks source link

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

Open dangelov opened 10 years ago

artursapek commented 10 years ago

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 commented 10 years ago

96 to 105 --  Dino Angelov

On 27 January, 2014 at 1:21:55 PM, Artur Sapek (notifications@github.com) 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 commented 10 years ago

Thanks.