Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
6k views

Simple Javascript question: How do I prevent scrolling with arrow keys but NOT the mouse?

See title. 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 (via. jQuery), ...
5
votes
2answers
398 views

Within an iOS app how do I detect that the user has pressed one of the arrow keys on their external keyboard?

I have a couple of iOS applications which present inherently linearly organised information, allowing the user to move forward and backward through the data with on-screen controls. I would like to ...
5
votes
4answers
6k views

Detecting Arrow key press in IE via javascript/jQuery

I'm trying to set up a menu that can be navigated via the arrow keys. I have this working fin in Firefox. Trying to get it to work in IE8 and after a bit of struggle, found that it was because IE8 ...
5
votes
5answers
2k views

Python shell: Arrow keys do not work on remote machine

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 machine ...
4
votes
7answers
5k views

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 entered character. I am populating this data in the jsp using DIV tag, by using mouse ...
3
votes
3answers
63 views

Java - having buttons displaying arrows

I would like to have a buttons in Java which shows the arrows - like on the keyboard. So far I have this JButton arrowUp = new JButton("^"); JButton arrowDown = new JButton("v"); JButton arrowLeft = ...
3
votes
2answers
131 views

Using Key Bindings with Arrow Keys

I'm creating a game that uses the arrow keys to move a sprite. I've added key bindings for the arrow keys and the letter n, but arrow keys aren't working. Here's my code: public class MyPanel extends ...
3
votes
3answers
555 views

How can I identify and handle control characters and arrow keys in Perl?

I want to implement the command line features like in a linux terminal. I saw this in ftp command also. If I press tab I need to list the commands. If I press control characters I need to get that ...
2
votes
1answer
100 views

jQuery UI Autocomplete DownArrow UpArrow

I am having some issues with jQuery Autocomplete and moving DownArrow and UpArrow ? The problem seems to be that <input id="autocomplete-input" value=""> focus: function (event, ui) { ...
2
votes
1answer
48 views

Moving the player with arrow keys instead of thumb sticks

I'm working on a 2d game and I want the player to be able to be moved with the arrow keys. I've managed to make the player move by the left thumb stick (Xbox 360 controller) GamePadState ...
2
votes
1answer
153 views

why doesn't the jquery change event fire when i use the up or down arrows on a select?

I am listening to the change event of a select dropdown using jquery and the livequery plugin. $(".myDropdown").livequery("change", function () { }); one thing i noticed (i am using firefox) is ...
2
votes
1answer
148 views

jQuery e.which in switch statement

In the below switch statement when left key is pressed, it alerts left and when top key is pressed it alerts top. How can i make a case for combination of both shift and left key. ...
2
votes
2answers
925 views

Simulate left and right arrow key event with javascript

I'm using the slide.html5rocks.com framework and I'm trying to use to img tags inside of a tag links and I can't get the JavaScript onclick to simulate the left and right key events to change slides
2
votes
2answers
659 views

Arrow key events not arriving

Test project which exhibits the problem: http://mike-caron.com/Testbed.zip Basically, I have a form with a custom control on it (and nothing else). The custom control is completely empty, and the ...
2
votes
2answers
3k views

Using arrow keys with jQuery scrollTo

I have successfully implemented the scrollTo jQuery plugin which scrolls to the next div with the class "new" when a link is clicked. However, I would also like to be able to use the arrow keys to ...
2
votes
2answers
905 views

How can I get auto-repeated keydown events in Firefox when arrow keys are held down?

I've got several editable divs. I want to jump through them by pressing arrow keys (38 and 40). Firefox 3 on Mac OS and Linux won't repeat the events on holding the key. Obviously only keypress ...
1
vote
2answers
47 views

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 down arrow scrolls the page down, and makes the game impossible to play. What ...
1
vote
1answer
59 views

Mac OS arrow keys not working properly when enabling paredit in Emacs

I currently have this in my .emacs, which worked just fine in Linux: ;; paredit ;; this is from somewhere else on Stackoverflow ...
1
vote
1answer
53 views

Checkboxes with bash script

I am trying to do a very simple bash script which emulates the behavior of checkboxes in appearance! I want it to show some options and move the cursor to the next checkbox according to the key press ...
1
vote
1answer
45 views

how to use the arrow keys in a custom ti program

I have looked at as many functions as I can and I still can't find one that lets you intercept the click of a TI arrow key click. Any ideas would be great.
1
vote
1answer
143 views

How to bind the slider with the arrow key inputs?

I have a slider control and all I wanted is to move the slider thumb with the arrow key inputs. Right now, I could see it moves with mouse inputs and PageUp/PageDown keys. But nothing happens with the ...
1
vote
1answer
120 views

how can I stop an object from rotating while other parts rotate?

I've just drawn a 3 dof robot with 3 joints which are revoloute , i've drawn a shere to use as an obstacle which should be constant without any moving but as the gripper of the robot starts to move my ...
1
vote
1answer
139 views

JScrollBar, remove keyListener?

Hey you all, just a quick question of what i havent found anywhere. Im adding a scrollpane to a JPanel, with 2 JScrollBars. One vertical and one horizontal. Everything works fine just that i dont want ...
1
vote
1answer
395 views

Add arrow key navigation to jQuery scrollTop

I'm using jQuery scrollTop to navigate through points on a page. Works great. But I was wondering if it would be possible to add up/down arrow key navigation to it. So for instance, down arrow scrolls ...
1
vote
3answers
237 views

Javascript when holding down arrow keys?

I have this script to trigger some javascript. But the script does not support holding down the arrow keys. How can I make this work when I hold the arrow keys. document.onkeyup = KeyCheck; ...
1
vote
2answers
393 views

Press Up Arrow and Brings the Last Java Console Command

Currently I am on a Java project, which is in console driven. I want to realize a feature that when the user press up arrow in the command line of my program, the command line will show the last ...
1
vote
1answer
309 views

MacOS keyboard: a way 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 slow for editing text? Compared to my Windows machines, positioning the cursor with left/right arrow ...
1
vote
1answer
359 views

To make control(focus) flow from a Button to top of a list view in Android

My activity has a set of buttons on the left half of the screen and a ListView on the right. Initially the focus is on the first button. When I browse the buttons by pressing DOWN arrow key and then ...
1
vote
1answer
151 views

How can I capture terminal arrow keys in ruby?

How can I capture arrow keys in a terminal without the user having to press "enter" after the arrow key?
1
vote
3answers
324 views

How can I handle ArrowKeys and < (Greater Than) in a Javascript function? Which event and which code (charCode Or keyCode)?

How can I handle ArrowKeys and < (Greater Than) in a Javascript function? Which event and which code (charCode Or keyCode)? I am very confused how to do this. I have read this link very carefully, ...
1
vote
1answer
397 views

disable arrow key on flowplayer scrollable

i need to disable the arrow keys in a flowplayer.org scrollable i have a text input that i cant move between the letters due to the scroller moving when arrow keys pressed, i dont care to disable the ...
1
vote
3answers
3k views

C# - Tetris clone - Can't get block to respond properly to arrow key combinations

I'm working on programming a Tetris game in Visual C# 2005. This is the most extensive program I have designed yet. I create a shape class and a block class to control the location, movement, and ...
1
vote
2answers
759 views

How to ignore arrow keys in C reading from stdin?

I'm reading from the standard input using the read() system call but there's a tiny thing that bothers me. I can't use the arrow keys... What I really wanted to do was to use arrow keys to go back and ...
0
votes
1answer
49 views

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. Essentially I'm echoing out a list and I would like to create the ability to highlight and select ...
0
votes
1answer
18 views

iTerm2 get previous DIFFERENT command using up and down arrow keys

I found it irritating that if you run one command 5 times you have to press the arrow key 6 times to get the previous command. Is it some way to change this behavior? iTerm2 Build 1.0.0.20111020
0
votes
0answers
18 views

IDE that allows you to select text in both directions with keyboard arrow keys

I'm looking for an IDE/code editor plugin that allows you to select text outwards from the cursor in both directions. Eg: I have the following text in my IDE: Mississippi I place my cursor in the ...
0
votes
1answer
36 views

How to use the esc key to close lightbox page overlay

I've created a lightbox on this page. 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 how to use the ...
0
votes
1answer
54 views

using Arrow keys to navigate around a console app

Im learning Objective C by creating small console games in Xcode. I'm currently making a kind of battle ships grid game. Instead of the player inputing coordinates via scanF is there a way I can ...
0
votes
1answer
192 views

How can I respond to external keyboard arrow keys?

I know this has been asked before, and the only answers I've seen are "Don't require an external keyboard, as it goes against UI guidelines". However, I want to use a foot pedal like this: ...
0
votes
2answers
73 views

NSTableView NOT responding to up/down arrow keys

I have an NSTableView that is not responding to up/down arrows keys. From my understanding responding IS the default behaviour, so I'm not sure what is going on (Note, I am NOT overriding any keyboard ...
0
votes
1answer
61 views

Opera, jQuery - prevent notice popup on key up

I'm trying to build a selector box with search results which can be selected using the keyboard. It's not too hard to do - except when it comes to Opera which I can't prevent from popping up an own ...
0
votes
1answer
197 views

jQuery Move div with arrow keys

I'm trying to move a div using the arrow keys. I have the following code which is not working for me. Do you see anything wrong with it. Check jsfiddle at http://jsfiddle.net/N5Ltt/1/ ...
0
votes
1answer
27 views

In WPF, how to increase the thickness of ant in DataGrid from codeplex?

I am using DataGrid for WPF from codeplex. The grid seems to be wonderful. Recently I noticed that the ant shown in the DataGrid while I am using arrow keys, there is a dotted ant that is displayed ...
0
votes
1answer
119 views

Detecting arrow keys input in C++ using curses on a unix platform is not working after calling a system command

I have an application in which the user inputs data and needs to be able to move around the screen using the arrow keys. now I've used the curses library but I am having a problem detecting the arrows ...
0
votes
1answer
76 views

How to Hide the up or down arrow key when scrolling at the end of the Jscrollpane

I used the JScrollPane from http://jscrollpane.kelvinluck.com/ and modified it to hide the arrow key when scrolling at the end (top or bottom). When scrollbar is at the top, the arrowUp should ...
0
votes
0answers
115 views

Fire jQuery UI autocomplete by arrow key (down)?

Can I fire the jQuery UI-Autocomplete (initial) request with only pressing the down-key? So the autocomplete starts with an empty value an returns all possible items..? Thank you! regards
0
votes
2answers
118 views

Arrow keys turn into control characters in Telnet

I'm in an Ubuntu terminal, and telnet to a server. Now whenever I type 'up', it turns into ^[[A. Other arrow keys also turn into control characters. Is there a way I can run telnet so it understands ...
0
votes
0answers
13 views

How to move between indexes of asp:drowdownlist with arrow-keys (up & down)

I have asp:dropdownlists all over my website and i want them all have the ability to move between indexes with up and down arrow keys especially in IE9. Is there a property of ddl for this or do i ...
0
votes
0answers
125 views

How to navigate a flex grid using the up down arrow keys

I have a flex DataGrid, and I am catching the arrow keys for navigation. For example, when the user presses up arrow, I move up by one row. This is the code am using dgViewPreview.editedItemPosition ...
0
votes
2answers
102 views

How to differentiate between Escape and Up/Down/Left/Right with termios?

GitHub This is the best I can come up with to handle ncurses-style key presses (I'm actually writing an alternative to ncurses for various reasons). An example app built with this code advises the ...

1 2