Top "Arrow-keys" questions

The up, down, left, and right keys on a keyboard, also known as "cursor keys".

getch and arrow codes

I'm writing a programm that's using getch() to scan for arrow keys. My code so far is: switch(getch()) { case 65: // …

c character decimal arrow-keys getch
C++ Detect when user presses arrow key

I have been having a problem with detecting arrow key presses in my C++ console application. I have tried everything …

c++ windows-8 console-application arrow-keys
Disable arrow key scrolling in users browser

I'm making a game using canvas, and javascript. When the page is longer than the screen (comments, etc.) pressing the …

javascript canvas scroll arrow-keys
Seeing escape characters when pressing the arrow keys in python shell

In shells like the interactive python shell, you can usually use the arrow keys to move around in the current …

python shell ssh arrow-keys
Arrow keys in Putty returning ^[[A ^[[D ^[[B instead of moving the cursor

Has anyone else ever had this error in PuTTy? For example, pressing the Up Key now produces: >>> ^[[…

python putty arrow-keys
How do I prevent scrolling with arrow keys but NOT the mouse?

Since I'm using jQuery, any solution via that would work too. Ideally, I'd like to know both, though. I already …

javascript jquery scroll arrow-keys
Navigate through list using arrow keys? (JavaScript/JQ)

I can't seem to find an answer to how to accomplish this, yet it's a feature I've seen several times. …

javascript jquery navigation arrow-keys
illustrator moving objects using arrow keys

When i try to move an object in Adobe illustrator it gets moved by about 20 pixels instead of just 1 pixel. …

adobe-illustrator arrow-keys
Keyboard up and down arrows

I have one autocomplete search, in which by typing few characters it will show all the names, which matches the …

javascript html autocomplete keyboard arrow-keys
How to speed up the left and right arrow keys for editing text?

Is it just me, or do other people find that the left and right arrow keys on MacOS are unusually …

macos keyboard cursor-position arrow-keys performance