Tagged Questions

4
votes
3answers
36 views

What is the best source for typo statistics?

I am looking for a reliable source that would provide some statistics on what keys are the most frequently mistyped. For example: is "a" and "s" more commonly mistyped compared with "m" and "n"? if …
-3
votes
1answer
53 views

Keyboard having to press keys HARD [closed]

I'm having trouble with a keyboard on a PC. When you press the keys the computer beeps, if you hold the keys down for 1.5 secs it'll beep a second time and then the key shows up in notepad, a …
3
votes
5answers
1k views

Android - Activation of the system key lock

I have to activate android's system key lock (the one you get when you press the power off/hang up button). See here: I already browsed the docs but everything I found was PowerManager and …
0
votes
3answers
26 views

iPhone textfields/keyboard - how to disable second textfield until first one has been completed

Hi, I have a login screen with two textfields (username and password). When the user clicks on either textfield, the keyboard appears and everything is fine. However, if the user clicks on the other …
1
vote
1answer
72 views

Keyboard Assignment in Visual Studio

Every now and then my keyboard in Visual Studio gets all screwy. For example Shift + 3 inserts a pound symbol instead of a hash #. Shift + \ inserts a tilde ~ instead of a pipe |. When this happens …
0
votes
1answer
30 views

WinForms, Handling all keys = OnKeyPress + OnKeyDown, but how?

I've got one Form, custom drawing, no controls. When I need to get the input from the user I go to OnKeyDown event and then map event's KeyData to a string** - so that I can recognize that user has …
0
votes
1answer
13 views

Custom Android Keyboard Input Filtering

I have an EditText that is to collect input for a basic calculator. I want to bring up the numeric keyboard, and thus I set android:inputType to numberDecimal|numberSigned. Problem is, the EditText …
1
vote
3answers
142 views

How to find out what UITextField caused a UIKeyboardWillShowNotification?

I am trying to use a customized keyboard in my application, but I am hitting problems when trying to restrict it to one particular UITextField. I based my code on this Xcode project (originally found …
0
votes
1answer
27 views

Problem while capturing ALT key event in flex

Hi all, I need to enable alt-<key> selection semantics for some Buttons in my application. If I write KeyDownEventListener for the Button, its not getting triggered when I press ALT key in the …
0
votes
15answers
754 views

How do I get my hands on a Dvorak keyboard?

I've always assumed that before I can use the Dvorak layout I need to purchase a Dvorak keyboard. But I can't find one on Amazon. Is it simply a matter of popping the keys off a Qwerty keyboard and …
0
votes
0answers
25 views

keyboard bug on mac mini apple [closed]

hello, i am using an apple mac mini, i am happy with this ;) But today something changed.. and now, i cant write any longer the letter "p" "P". if i write s it writes ds.. did i hit some unknown …
0
votes
1answer
49 views

C# Low-Level Keyboard Hook Not Working

This is the code for my keyhooking class, but it doesn't work. I was wondering if someone can tell me why? I'm instansiating it in another Console application. The debug message gives the proper …
2
votes
12answers
2k views

How can I increase the key repeat rate beyond the OS’s limit?

I have a bad habit of using the cursor keys of my keyboard to navigate source code. It's something I've done for 15 years and . This of course means that my navigating speed is limited by the speed …
1
vote
2answers
44 views

Simulating a keypress AND keyrelease in another application?

Hi, I need to interact with an external application running, and send specific keypresses & releases. I've tried to use the SendKeys class, but it does only half of the job, as the keypress is …
1
vote
3answers
72 views

Are there any libraries for Python to simulate keyboard action?

The problem I have is that I have this Python script to launch a application. After the application is launched (the GUI is shown on screen), I want to make it de-activated. It can be done manually by …

1 2 3 4 5 29 next
15 30 50 per page