QWERTY a keyboard layout where the first six keys appearing in the top left letter row of the keyboard read from left to right: Q-W-E-R-T-Y.
2
votes
3answers
228 views
Need number only soft keyboard?
Hi I need a soft keyboard with only numeric values 0 to 9 and Enter key. Shouldn't show anything other than these like . , ( ) etc...
I tried several options as suggested here but nothings seems to ...
0
votes
0answers
144 views
AS3 and mobile device keyboard input
I want to turn my old flash hangman game into a mobile game. However, I'm new to mobile development. Currently my game just uses the age-old AS3 keyboard event and charCode for running my game, ...
0
votes
1answer
65 views
Java Robot with Azerty vrs Qwerty
I hope this isn't a duplicate, but I've scoured the forums and have yet to find any answers.
I am having issues with my java application using the Robot class to type text. The text is provided and ...
2
votes
0answers
206 views
QWERTY vs Dvorak: Controlled studies? [closed]
Has anybody done a properly controlled study on typist speed between QWERTY and Dvorak keyboard layouts? I am curious about whether people actually achieve significant speed improvements, but I've yet ...
0
votes
3answers
334 views
Java Keyboard get shifted char
I've made a key listener for my app and I need to identify the key code when the user presses the shift key + a key.
For example, when the user presses the shift key + the key 2 (English keyboard), ...
2
votes
1answer
271 views
Dvorak Programmers-Qwerty ⌘
I've been looking into making the switch form QWERTY to DVORAK and like the concept of the Dvorak-Qwerty ⌘ keyboard layout for a mac which will leave all my apple button shortcuts the same.
However ...
2
votes
1answer
237 views
How to detect if Android device has QWERTY keypad
I am new to Android. I want to detect, through code, whether my android device has QWERTY keypad and camera or not. Any suggestions?
2
votes
4answers
121 views
How could I detect if a character close to another character on a QWERTY keyboard?
I'm developing a spam detection system and have been alerted to find that it can't detect strings like this - "asdfsdf".
My solution to this involves detecting if the previous keys were near the ...
0
votes
1answer
131 views
Keyboard didn't appear, FBConnect on iphone
I follow this guide to integrate facebook on my app iPhone: here
But When I click FConnect and I try to insert my user and psw didn't appear the keyboard:
8
votes
4answers
831 views
Determining how difficult a word is to type on a QWERTY keyboard
I'm looking for a reasonably simple algorithm to determine how difficult it is to type a word on the QWERTY layout.
The words would not necessarily be dictionary words, so a list of commonly mistyped ...
2
votes
4answers
428 views
Pair Programming with Qwerty and Dvorak keyboard layouts
Is it possible to plug in 2 keyboards and have one with Dvorak layout and the other with QWERTY layout? (On OSX)
1
vote
2answers
593 views
Most common keystrokes? [closed]
Does anyone have a list of the most commonly pressed keys on an English QWERTY keyboard?
26
votes
7answers
12k views
An Ideal Keyboard Layout for Programming
I often hear complaints that programming languages that make heavy use of symbols for brevity, most notably C and C++ (I'm not going to touch APL), are difficult to type because they require frequent ...
12
votes
7answers
2k views
Mnemonic Password Generation Algorithm for QWERTY Keyboards
I've a "mnemonic" password generation function that goes something like this:
function Mnemonic($mnemonic)
{
$result = null;
$charset = array(str_split('aeiou', 1), ...
4
votes
1answer
939 views
allow users to switch between input languages inside a j2me java midlet keyboard qwerty E71 and such
We have a midlet that needs to allow the user to switch input languages on the fly (its a dictionary type app) between several languages (say English to Arabic etc). All was charming in the "old days" ...
1
vote
1answer
2k views
Qwerty Keyboard in HTML
I need a QWERTY keyboard using HTML buttons, which enters the typed info into a text field. I can put one together, but it seems that this must have been done before, and I hate to reinvent the wheel. ...
7
votes
6answers
3k views
Mac Style “Dvorak - Qwerty Command” keyboard mapping for Windows?
i would be interested in switching to Dvorak keyboard layout. The problem that everyone runs into is that common programming(1) keyboard shortcuts, such as:
Ctrl+C
Ctrl+V
Ctrl+Z
will no longer be ...
2
votes
1answer
529 views
Intercepting the Nokia Ctrl/Chr key press in Java
I'm trying to intercept the Ctrl/Chr key on a full QWERTY Nokia device (E71). It seems like the keyPress event isn't generated for this particular key.
Any ideas?
2
votes
1answer
2k views
can I rearrange the keys on a das keyboard from QWERTY to Dvorak? [closed]
I hate to ask this here, but many people on stackoverflow have talked about the Das.
I want to get the version with the printed keys - and since they don't sell a printed key version already set up ...
13
votes
3answers
2k views
How do you get the number keypad to come up in an iPhone web app?
On a web page that is to be displayed on an iPhone, is there a way to get the number pad to come up when the user taps in the field, instead of the qwerty keypad?
This guy says here's how to do it, ...
5
votes
13answers
916 views
Is it possible to be ambikeyboardrous?
I switched to the dvorak keyboard layout about a year ago. I now use dvorak full-time at work and at home.
Recently, I went on vacation to Peru and found myself in quite a conundrum. Internet cafes ...
