Top "Key-bindings" questions

Anything related to key-bindings (a.k.a. "keyboard shortcuts", "hotkeys", etc.

Binding arrow keys in JS/jQuery

How do I go about binding a function to left and right arrow keys in Javascript and/or jQuery? I …

javascript jquery keyboard key-bindings
How to select all instances of a variable and edit variable name in Sublime

If I select a variable (not just any string) in my code, all other instances of that variable get a …

keyboard-shortcuts sublimetext key-bindings
KeyListener, keyPressed versus keyTyped

I have a JFrame (well, a class which extends JFrame) and I want to do an action when I press …

java swing jframe key-bindings keylistener
How do I bind the enter key to a function in tkinter?

I am a Python beginning self-learner, running on MacOS. I'm making a program with a text parser GUI in tkinter, …

python python-3.x tkinter key-bindings
How can I listen for keypress event on the whole page?

I'm looking for a way to bind a function to my whole page (when a user presses a key, I …

typescript angular keypress key-bindings
How to capture Ctrl + Tab and Ctrl + Shift + Tab in WPF?

What would be some sample code that will trap the Ctrl+Tab and Ctrl+Shift+Tab for a WPF application? …

wpf tabs key-bindings ctrl
Emacs on Mac OS X Leopard key bindings

I'm a Mac user and I've decided to learn Emacs. I've read that to reduce hand strain and improve accuracy …

macos emacs keyboard-shortcuts key-bindings
Xcode duplicate line

There is a Duplicate command in the Edit Menu (with a default shortcut of ⌘D), but it is (as Halley …

xcode4 keyboard-shortcuts xcode5 key-bindings duplication
KeyPressed event in java

I have just created a java tic-tac-toe game i would like to figure out how to run a method once …

java swing awt keylistener key-bindings
Emacs: print key binding for a command or list all key bindings

In Emacs (GNU 23.2, *nix), how can I: list the key sequences bound to a particular command? For example, how can …

emacs key-bindings