Tagged Questions

2
votes
0answers
70 views

allow users to switch between input languages inside a j2me java midlet keyboard qwerty E71 and such

Hi, 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 c …
7
votes
17answers
862 views

Keyboard layout

Similar but different to Keyboard for programmers, simply put, what keyboard layout is the best? I'm using Colemak and it's good but I don't think it's actually faster than Qwer …
3
votes
0answers
419 views

why the letters in keyboards are arranged like this? [closed]

Does anyone have a good explanation why the keyboard of computers has this weird way of arrangements? QWERTY and others? I know they take it from typewriters? but still? why did …
6
votes
11answers
965 views

Dvorak vs QWERTY

A friend of mine is trying to convince me to learn to type in Dvorak. The main reason I would consider switching is to relieve the strain on my hands from long periods of typing. …
3
votes
14answers
507 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 conundr …
2
votes
1answer
330 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 …
1
vote
1answer
159 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?
0
votes
1answer
195 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 ve …
0
votes
1answer
70 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 …
8
votes
2answers
652 views

How do you get the number keypad to come up in an iPhone webApp?

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 h …