Top "Keyboard" questions

A text input device.

jQuery keypress left/right navigation

I want to give my content slider the ability to respond to keypress (LEFT ARROW key and RIGHT ARROW key) …

javascript jquery keyboard keypress onkeypress
Interactive matplotlib plot with two sliders

I used matplotlib to create some plot, which depends on 8 variables. I would like to study how the plot changes …

python keyboard matplotlib interactive
Using a piano keyboard as a computer keyboard

I have RSI problems and have tried 30 different computer keyboards which all caused me pain. Playing piano does not cause …

keyboard midi
How can I check if a key is pressed during the click event with jQuery?

I would like to catch a click event with jQuery and be able to tell if a key was pressed …

jquery events keyboard click
How to remove auto focus/keyboard popup of a field when the screen shows up?

I have a screen where the first field is an EditText, and it gains the focus at startup, also popups …

android keyboard popup android-softkeyboard
How can I add a JavaScript keyboard shortcut to an existing JavaScript Function?

Here is my code: function pauseSound() { var pauseSound = document.getElementById("backgroundMusic"); pauseSound.pause(); } I would like to add a keyboard …

javascript scripting keyboard shortcut
Selenium-IDE: How to simulate non-printable keys (ENTER, ESC, Backspace)?

What is the exact HTML code to simulate ENTER, ESC, BACKSPACE and DOWN in Selenium IDE 1.3.0? typeKeys didn't work nor …

keyboard keypress selenium-ide enter backspace
TypeError: write() argument must be str, not list

def file_input(recorded): now_time = datetime.datetime.now() w = open("LOG.txt", 'a') w.write(recorded) w.write("\n") …

keyboard keylogger
Programmatically align a toolbar on top of the iPhone keyboard

In several cases I want to add a toolbar to the top of the iPhone keyboard (as in iPhone Safari …

ios iphone cocoa-touch keyboard
How can I give keyboard focus to a DIV and attach keyboard event handlers to it?

I am building an application where I want to be able to click a rectangle represented by a DIV, and …

javascript events keyboard