The up, down, left, and right keys on a keyboard, also known as "cursor keys".
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 getchI 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-keysI'm making a game using canvas, and javascript. When the page is longer than the screen (comments, etc.) pressing the …
javascript canvas scroll arrow-keysIn shells like the interactive python shell, you can usually use the arrow keys to move around in the current …
python shell ssh arrow-keysHas anyone else ever had this error in PuTTy? For example, pressing the Up Key now produces: >>> ^[[…
python putty arrow-keysSince 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-keysI 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-keysWhen i try to move an object in Adobe illustrator it gets moved by about 20 pixels instead of just 1 pixel. …
adobe-illustrator arrow-keysI have one autocomplete search, in which by typing few characters it will show all the names, which matches the …
javascript html autocomplete keyboard arrow-keysIs 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