A number linked with specific key on keyboard in JavaScript language. May be different for one key depending on browser.
2
votes
2answers
781 views
Space bar keyCode(32) not working on Mozilla Firefox
Enter keyCode(13) works fine on all browsers.
Space bar keyCode(32) I tested on Chrome works fine but not responding on Firefox. I used the following code:
<script type="text/javascript" >
...
1
vote
2answers
129 views
Game: Keyboard Input Simultaneously (Run & Jump)
I'm trying to create a jquery powered platformer, but I'm a novice at most. The first issue I've run into is simultaneous keyboard input (run and jump so to speak). Just wondering what I'm doing ...
1
vote
2answers
556 views
Hook Keyboard to change the key code
I have buy this keyboard http://www.mobilitylab.eu/mini-design-touch-silver.html of 107 touch,
and I want a keypad to put it on my left hand.
but when we activate the numlock of the keypad, it ...
0
votes
2answers
31 views
xinput 2 key code to string
I'm using the XI2 extension to process key presses. Then in the field event->xcookie->data I get an XIDeviceEvent deviceEvent. And then I get a 32 bit key code in deviceEvent->detail.
How can I ...
0
votes
2answers
188 views
Converting a char(or string) to key value of it
I'm not sure if "key value" is correct word for it as there are few formats I believe, what im talking about is http://pastebin.com/XJVx1dB5 this is format where 88 is Z etc. I hope im clear.
I have ...
0
votes
2answers
582 views
BlackBerry JavaScript support of keycodes/keypresses
I'm new to dealing with BlackBerry devices. I'm currently running into a JavaScript issue on a 9700 and trapping keypress events and getting a proper keycode.
I have this javascript:
function ...
4
votes
1answer
367 views
How can I translate Linux keycodes from /dev/input/event* to ASCII
I'm trying to convert keyboard events read from /dev/input/event0 from the values defined in to their ASCII equivalent inside an embedded application that is not running X or a terminal.
I think ...
2
votes
1answer
192 views
Having trouble reading key events. (newby)
I'm trying to read a few of the keys on a device as well as read values from the touch screen. The touch screen is working fine, extracting values to _x and _y and sending them to my renderer class. I ...
2
votes
1answer
587 views
Firefox 4 and Keycode for special characters
So in Firefox when i do a key combination like: SHIFT + "," which would equal "<" the key code comes back as '0'. Same thing is true for keys: "." ">" and many others. Anyone have any ideas?
1
vote
1answer
20 views
Getting the code of released key
I'm trying to make a simple platformer using action script 2.0 but I have a problem with getting input from keyboard. I have two function "myKeyDown" and "myKeyUp" that get called whenever a key is ...
1
vote
1answer
103 views
From an OnKeyDown override, can you programmatically determine the character which would be displayed (if any) from its corresponding e.Key value?
On different machines, in an OnKeyDown override, the e.Key values are not necessarily consistent. For instance, on my Mac running Win7-64 under Boot Camp, the backslash key is reported as ...
1
vote
1answer
48 views
Save key stroke events to spreadsheet +timings
As part of my college dissertation I am trying to test out how usable several different types of number entry keyboard interfaces are. To do this I need to record each key press my participants make ...
1
vote
1answer
231 views
How to map a character to IE/Mozilla keycodes to use with Javascript keyup events?
I'm trying to get the Mozilla/IE keycode for a arbitrary character in Javascript. Ideally, I'd use charCodeAt() to retrieve the keycode for a given character, but this yields the ASCII value which is ...
1
vote
1answer
2k views
VB.NET 2008 - How Do I Make Button.click Event Perform both the enter and period(del) keys on the numerical keyboard?
How Do I Make Button.click Event Perform both the enter and period(del) keys on the numeric keypad?
Code snippet:
Private Sub frmCalc_KeyDown(ByVal sender As Object, ByVal e As ...
0
votes
1answer
23 views
ListBox Delay Input times
I am trying to figure out how to set a delay between the different Items that are being listed.
When I run my program and type "Connect:192.168.1.1" I want it to say "Connecting" and 2-5 seconds ...
0
votes
1answer
54 views
Keydown keycode not returning expected result
I am a bit confused by the character codes returned by the keyCode property on the keydown event.
I was expecting the codes to align with the ascii codes. A lot of them seem to do, but I am getting ...
0
votes
1answer
49 views
Simulate keypress jquery on function
I want to simulate the up keypress (number 40) on a certain function using jquery.
So basically:
function simulate_up() {
// code to simulate up key (key code 40)
}
Any ideas?
Cheers!
0
votes
1answer
152 views
textbox detect enter key after tab key selects autocomplete word
I have an asp:TextBox with AutoCompleteExtender attached. This is my code
txtSearch.Attributes.Add("OnKeyPress", "ProcessKeyPressed()")
function ProcessKeyPressed()
{
if(event.keyCode == 13)
...
0
votes
1answer
126 views
Show inputMethod and get keycode on Key pressed Android
I know that there are some other post asking similar things, but I could not figure it out how to do it.
My situation is the following:
I have a FragmentActivity with few fragments, on of this is a ...
0
votes
1answer
49 views
Location on screen corresponding to keycode
I'm trying to create code that allows me to press a button on the keyboard and have a corresponding circle appear on the screen. The position would be relevant to the key pressed. For example, the ...
0
votes
1answer
69 views
Convert a char keycode to byte IBM AT-Style Keyboard in c#
I have to read a keycode from keyEventArgs in c# (e.keyCode from KeyDown event) and parse it to IBM AT-Style KeyCode,
(for instance 'a' character key code is 65 but in IBM AT-Style keyboard is 30) ...
0
votes
1answer
48 views
JavaScript keypresses giving weird responses
I've been taking input from the arrow keys for days now and it hasn't been giving me a problem. However, when I try to take input from the letter keys, they give strange and inconsistent responses.
...
0
votes
1answer
162 views
Convert a String into an array with Keycodes
today i started with a simple Project that should convert a string into an array with keycodes to simulate keystrokes.
My Problem is that i cant use a char as an id for a dictionary to convert that ...
0
votes
1answer
94 views
event.which value 'incorrect'
I get the "incorrect" value for event.which in chrome. for example:
$(document).keypress(function (e) {
alert(String.fromCharCode(e.which));
alert(e.which);
});
this code produces two ...
0
votes
1answer
50 views
Recreate typed text from keycodes
I a Java program I have the list of typed keyCodes and need to compute the text that was typed in.
For example:
16-72-69-76-76-79-16-49 means "Hello!".
I could do this manually of course,
but is ...
0
votes
1answer
466 views
keyCode == KeyEvent.KEYCODE_F wont work
I have a problem with my android algorithm. I want some certain thing happends when the user presses f. or any word, i've tried most of them and the space, the only codition that's working is:
if ...
0
votes
1answer
154 views
Some keys are not reading by onkeyup and onKeyDown in Android
If we pressed the division symbol and multiplication symbol in Android Soft keyboard, then the onKeyup() and onKeydown() in android is not working.
Any Help ?
0
votes
1answer
664 views
Android keycode_back closes application
I want the back button on the android phone to act like the back button for my web browser. At present, it closes the application instead of going back to the previous screen.
I wrote this ...
0
votes
1answer
49 views
What's the path of a character from keyboard to application in Linux?
There was an article in a 1980s computer magazine (Kilobaud? Creative Computing?) that described how a key press emits a key code, how it gets passed through a device driver, translated to an ASCII ...
0
votes
1answer
612 views
TabActivity and onKeyDown
I have created games with 3 tabs and one of the tab is the game using the onKeyDown (KEYCODE_DPAD_LEFT and KEYCODE_DPAD_RIGHT) to control the game. It is working fine if there is no tab. But now with ...
0
votes
1answer
882 views
keycode for ctrl
For multiple selection in a Jtree,I am using multiple selection mode in it.It works.But I want to know when i am making multiple selection exactly in this tree to do this i wrote a very simple ...
0
votes
1answer
137 views
How to automatically email customers registration keys?
I've written a bit of software that I'd like to share with others (a Mac Dashboard widget, specifically), but I'd also like to be compensated a bit for the time I spent on it. I've devised my own ...
1
vote
0answers
28 views
onkeypress doesn't work in IE10 document mode IE8
I have a HTML input that must call a JS function when a key is pressed.
It works fine in Firefox, Chrome, and some versions of IE. It depends of the document mode of IE:
Explorer mode: 10. Document ...
1
vote
0answers
86 views
virtualKeycode ToUnicode
I've been trying to get the unicode character for a given keycode, but i cannot figure out why i have to give so many parameters. From MSDN:
int WINAPI ToUnicode(
_In_ UINT wVirtKey,
_In_ ...
1
vote
0answers
97 views
Xkb: How to increase the number of KeySyms in the client map of an XkbDescRec keyboard description?
I'm trying to programmatically modify some of the properties of my xkb keyboard mapping in X11. In the XkbClientMapRec struct map member of the XkbDescRec struct, we have the following members:
...
1
vote
0answers
338 views
KEYCODE_DPAD_CENTER event not captured inside onClick
I have a custom view which extends a ViewGroup. Each of the child view has 3 states
Selected state
Clicked state
Default state
I have implemented onClickListener inside this CustomView. The issue ...
1
vote
0answers
67 views
Firefox Extension preference window onsynctopreference Button
I have a XUL button that once clicked listens for a keystroke. When a keystroke is captured, it sets the label of the button to the keyCode of the keystroke. I want to save this value to the ...
1
vote
0answers
1k views
How to disable search key and camera key while displaying menu?
I've created a menu in my one activity as follows:
/menu/my_menu_list.xml
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
...
1
vote
0answers
174 views
Where can I find a list of UK keyboard keycodes?
I am developing a UK keyboard. I am unable to find a list of keycodes for a UK keyboard.
I have tried changing the Regional settings in control panel to United Kingdom Extended thinking that it might ...
0
votes
0answers
17 views
Editing navigation of this website
http://www.madeinebor.com/themes/sliddr/index.htm#/logo
As you see this website works by pressing space bar and some other keys, how can I change it to clicking. So when ever the user click in empty ...
0
votes
0answers
30 views
how can i bypass gdk event keycode in webkitgtk
im working webkitgtk with gtklanucher.
and i want add key remocon red button. it's VK_RED(403).
i tryed gdk_keymap_get_entries_for_keyval() func.
but i can't found VK_RED value.
please help me.
...
0
votes
0answers
71 views
Adobe Air on Android - caching key event that have “unusual” keycode
I am developing an application for a platform.
The OS of this platform is Android Gingerbread (2.3.4)
The platform has some buttons with "unusual" key code: 141, 131 etc.
Native application that ...
0
votes
0answers
68 views
Xkb: How to get the keysym you will get pressing the key associated with a given keycode now
I have a given keycode and would like to find out which keysym would be generated if I press the key now, taking into account which modifiers are pressed and so on.
I tried to use:
KeySym ...
0
votes
0answers
58 views
Triggering Firefox add-on programmatically
I'm using a firefox add-on that can be activated with a keycode combination - In this case Alt+W
The addon is here: https://addons.mozilla.org/en-US/firefox/addon/closen-forget/?src=search
I want to ...
0
votes
0answers
98 views
How to check whether the shift key is being held in C#?
I was writing a method which should handle lower/uppercase letters by receiving virtualcodes (as you know the virtualcode always returns a code and can not render uppercase or lowercase letters by ...
0
votes
0answers
157 views
how to work DEL Key on mozilla firefox
i need the help for my problem in my asp.net MVC3 application i have a textbox which is validate for currency format ($228.00) but in this text box don't work the DEL key because "." and delete key ...
0
votes
0answers
79 views
Java Applet/Robot Keycode Mismatch
I am feeding the key from KeyUp()/KeyDown() in an applet to a Robot's KeyPress()/keyRelease() through UDP to "synchronize" the inputs of two users. However, the key codes appear to be mismatched - A ...
0
votes
0answers
106 views
How to get a localized string describing a Keysym?
I'm looking for a function that would return a string containing an accurate, user friendly and localized information about the provided Keysym. This is a feature is used for example in most GUIs to ...
0
votes
0answers
168 views
Using arrow keys to navigate between sections using scrollTo plugin
I know similar questions have been asked, but none seems to solve my dilemma. So here goes!
I have sections on a page I would like to navigate to using the up/down arrow keys. The first one is called ...
0
votes
0answers
148 views
Get shifted character for a key on the keyboard
I am making a quick little text input system, library agnostic, in c++ and I would like to get the corresponding shifted character value of a particular key code- is there a std:: function that does ...

