Skip to content Skip to sidebar Skip to footer
Showing posts with the label Keyboard

Detect Alt Gr (alt Graph) Modifier On Key Press

In the javascript Event object, there are some boolean values to check if modifier keys are pressed… Read more Detect Alt Gr (alt Graph) Modifier On Key Press

Is There An Open Source Library Js For Keyboard Binding In The Browser?

I am looking to create a JavaScript app that relies heavily on keyboard shortcuts, is here a open-s… Read more Is There An Open Source Library Js For Keyboard Binding In The Browser?

How To Disable Enter/return Key After A Function Is Executed Because Of It?

I have this function where #text_comment is the ID of a textarea: $('#text_comment').live(&… Read more How To Disable Enter/return Key After A Function Is Executed Because Of It?

Iphone Trigger Keyboard In Input Field (html / Javascript)

I am trying to set a few input field connectd to each other. in the 1st field you can enter 3 digit… Read more Iphone Trigger Keyboard In Input Field (html / Javascript)