arrow-keys Questions

7

Has anyone else ever had this error in PuTTy? For example, pressing the Up Key now produces: >>> ^[[A Google doesn't let you search for special characters so I'm stumped at finding exi...
Bichloride asked 12/2, 2013 at 16:33

1

I have a custom command in my Symfony 3 project. This command ask some questions like the Bundle Name. $io = new SymfonyStyle($input, $output); $question = new Question('Please enter the name o...
Sungkiang asked 27/10, 2016 at 9:12

2

Solved

I am looking for solution which allow to focus elements inside treeview using arrow keys. Currently, I have treeView (ul) and treeNode (li). Each treeNode may have their own treeView and so on. Ev...
Naphthol asked 28/6, 2017 at 14:38

3

I recently added some predictive text input fields to the web-app I am supporting. Big deal, right? Not really, seems like if your web-app doesn't do this -- you are already behind the times and y...
Hankhanke asked 18/5, 2014 at 0:11

25

Solved

In shells like the interactive python shell, you can usually use the arrow keys to move around in the current line or get previous commands (with arrow-up) etc. But after I ssh into another machin...
Whittaker asked 21/5, 2009 at 13:55

4

Solved

I'm making a game using canvas, and javascript. When the page is longer than the screen (comments, etc.) pressing the down arrow scrolls the page down, and makes the game impossible to play. What...
Halfandhalf asked 18/1, 2012 at 20:2

1

I have a question about a lightbox see my jsFiddle. Clicking on one of the images opens a bigger version of the painting as a page overlay. How to use the ESC key to close this page overlay? And ...
Saltish asked 8/1, 2012 at 9:3

7

Solved

I have been having a problem with detecting arrow key presses in my C++ console application. I have tried everything I have found, both here and on other tutorial sites, but all of them give me the...
Lamarckism asked 12/7, 2014 at 1:21

4

Solved

I can't seem to find an answer to how to accomplish this, yet it's a feature I've seen several times. Essentially I'm echoing out a list and I would like to create the ability to highlight and sele...
Metatarsal asked 17/1, 2012 at 22:48

7

Solved

I used to use Active Perl on my Mac OS X (v 10.7.5) and then I switched to the one provided via mac ports (v 5.12.4). Now when I run the CPAN client or the perl debugger, I cannot access the histo...
Evelineevelinn asked 9/12, 2012 at 0:13

11

Solved

I'm writing a programm that's using getch() to scan for arrow keys. My code so far is: switch(getch()) { case 65: // key up break; case 66: // key down break; case 67: // key right break; c...
Anatolian asked 5/5, 2012 at 15:18

6

Solved

Ok, so we all know that onChange is used to execute javascript code on a select statement when the option changes. However, if you change a select statement using the arrow keys, the onChange event...
Saphena asked 5/7, 2011 at 18:17

1

I'm struggling with trying to find a way to implement basic arrow-key movement in a console window. I have come across a C# script which simply uses a switch statement and some variable's, bu...
Cheslie asked 21/11, 2017 at 11:40

1

Solved

I was trying to create an RPG. I have a problem with the menu where I can choose a class. I was trying to create an menu where you can control the directions with the arrow keys to the specific cla...
Mathamathe asked 24/10, 2017 at 10:28

6

Solved

I am trying to create below shown "up and down" control buttons using pure CSS and no Background image. But when I added the CSS for arrows in "li.className:after or li.className:before " the po...
Grudging asked 10/6, 2014 at 15:44

2

I'm working on making a simple space game where a ship moves left and right to dodge asteroids. I learned to move my ship left and right from this video. But the movement is pretty blocky. How do...
Berserk asked 1/10, 2016 at 12:55

2

Solved

Is there a way to move the cursor when I hold down the left or right arrow key. In the former OSX versions it used to work. After I've updated to Sierra, my cursor is not moving when I hold down th...
Knot asked 21/9, 2016 at 20:54

3

Solved

When I run jdb in bash the arrow keys produce weird garbage: up: ^[[A down: ^[[B left: ^[[D right: ^[[C So I can't use the command history, or correct a spelling mistake, because I can't navigat...
Apprentice asked 14/12, 2012 at 11:27

1

Solved

I created a menu div that would show/hide another div below it on mouse click. However, I need an arrow on the menu div to toggle on click. You know like how the arrow would be pointing to side, bu...
Feather asked 24/5, 2016 at 11:23

2

Solved

When i try to move an object in Adobe illustrator it gets moved by about 20 pixels instead of just 1 pixel. I normally use the arrow keys to move objects as i find it easy lining up items. I ...
Toothy asked 14/6, 2015 at 22:46

3

Solved

I have a WPF window with a few controls (buttons, groupboxes, etc) and one big Viewport3D within a Border. The viewport shows a 3D scene and I want the arrow keys to move its camera around. The pr...
Relive asked 27/6, 2014 at 8:45

4

Solved

With the code below, the Left and Right arrow keys function as expected, but the up and down arrows are not recognized (stepping through it, the first two conditions are met where appropriate, but ...
Mollusc asked 9/5, 2012 at 16:44

1

Solved

I am using VS2013 as my IDE and ever since I installed it acts very oddly when pressing ALT and any of the ARROW keys. I use ALT+LEFT and ALT+RIGHT to navigate backward/forward which works in princ...
Sturm asked 20/12, 2014 at 2:49

3

Solved

Since I'm using jQuery, any solution via that would work too. Ideally, I'd like to know both, though. I already have the arrow keys bound to another function on my page (using jQuery), but having ...
Precipitation asked 29/6, 2009 at 4:32

2

I've been trying to create a shortcut for switching between open window splits in vim, rather than having to use ctrl+w+[arrowkey] I would prefer to just be able to use ctrl+[arrow keys]. This is ...
Clio asked 30/1, 2014 at 15:25

© 2022 - 2024 — McMap. All rights reserved.