Questions tagged [qwerty]

QWERTY is a keyboard layout where the first six keys appearing in the top left letter row of the keyboard read Q-W-E-R-T-Y from left to right.

QWERTY is a keyboard layout where the first six keys appearing in the top left letter row of the keyboard read from left to right: QWERTY.

42 questions
101
votes
6 answers

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 use of the shift key. A year or two ago, I got…
Jon Purdy
  • 53,300
  • 8
  • 96
  • 166
60
votes
4 answers

Are alternative keyboard layouts like Dvorak, Colemak, etc. better than QWERTY?

There are many alternative keyboards to the standard US keyboard layout (called QWERTY). Some examples include Dvorak, (and variants like Programmer Dvorak), Colemak, AZERTY, Workman layout, etc. Do any of these confer a benefit to typing speed,…
Mark Anderson
  • 2,399
  • 3
  • 15
  • 21
14
votes
7 answers

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* keyboard shortcuts, such as: Ctrl+C Ctrl+V Ctrl+Z Will no longer be the keys on the bottom left of the keyboard, since…
Ian Boyd
  • 246,734
  • 253
  • 869
  • 1,219
14
votes
15 answers

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 were qwerty-only (and Spanish qwerty, at that). I…
jacobko
  • 8,740
  • 7
  • 32
  • 36
13
votes
4 answers

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 words or the like is not an option. I'm sure…
Herman Schaaf
  • 46,821
  • 21
  • 100
  • 139
13
votes
3 answers

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, but as of 2.0, this "feature" was disabled. I'm…
commanda
  • 4,841
  • 1
  • 25
  • 34
12
votes
8 answers

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), str_split('bcdfghjklmnpqrstvwxyz', 1)); for ($i = 1; $i <= $mnemonic;…
Alix Axel
  • 151,645
  • 95
  • 393
  • 500
10
votes
7 answers

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 work for…
Akh
  • 5,961
  • 14
  • 53
  • 82
8
votes
5 answers

Detecting random keyboard hits considering QWERTY keyboard layout

The winner of a recent Wikipedia vandalism detection competition suggests that detection could be improved by "detecting random keyboard hits considering QWERTY keyboard layout". Example: woijf qoeoifwjf oiiwjf oiwj pfowjfoiwjfo oiwjfoewoh Is there…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
7
votes
0 answers

QWERTY vs Dvorak: Controlled studies?

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 to read anything that is non-anecdotal. A…
lyngvi
  • 1,312
  • 12
  • 19
5
votes
5 answers

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 other keys on the keyboard. I am not getting the input…
liamzebedee
  • 14,010
  • 21
  • 72
  • 118
5
votes
2 answers

Can't configure VIM for Dvorak keymap

Could someone help me to configure Dvorak keymap for VIM? I want to configure my Dvorak keymap to work in VIM, but I want to leave QWERTY keys in navigation/visual mode. (hjkl for navigation and etc.). I have tried to add .vimrc file to my HOME…
LiveReload
  • 53
  • 6
4
votes
2 answers

jquery causes keyboard to appear/disappear on android

I have a responsive web page that I want to reorder with jquery when going from one size to a smaller one. Everything is great except when I reorder an element (a DIV, for example) that has an input in it, like the search form: $( '#searchfrm'…
Bruno
  • 183
  • 1
  • 8
4
votes
1 answer

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" with the numeric keypad, we handled the input…
Tzur
  • 180
  • 2
  • 12
3
votes
1 answer

can I rearrange the keys on a das keyboard from QWERTY to Dvorak?

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 for Dvorak, I hoped to rearrange the keys…
OldBuildingAndLoan
  • 2,801
  • 4
  • 32
  • 40
1
2 3