The Longest Word on the Keyboard?

It’s more like a minimum of one finger per three keys, and when I touch-type (which is slowly and, strangely, much more accurately than when looking at the keys) my fingers rest loosely on the home keys when not in use and my wrists hover about two inches off the level of the keyboard.

On a QWERTY keyboard, for some reason I just love “pleasing”.

An excellent source for word trivia is Jeff Miller’s A collection of word oddities and trivia. He has a whole page about typewrtier words from which we learn that the longest left-hand-only QWERTY words are AFTERCATARACTS, TESSERADECADES and TETRASTEARATES (14 letter each) and the longest right-hand-only is JOHNNY-JUMP-UP (14 keystrokes including hyphens)

Keep in mind that words that can be typed with only one hand are great if you’re typing while on the phone, eating a donut, or masturbating, but they’re the slowest words to type. Words where the the letters alternate between the hands are much faster to type, since the fingers of one hand can get into position over the correct keys while the other hand is typing. The principal advantage the Dvorak layout has over QWERTY is that the former is designed to maximize alternation between hands. (Having all the vowels on the left home row and the most common consonants on the right home row helps immensely.) The fact that the longest common words I can type with my left or right hand alone are pathetically short compared to the longest words typable one-handed on a QWERTY keyboard is therefore a Good Thing™.

Can you tell me what command line you used for those? I use FreeBSD and Dvorak, and looking at the man page, I thought “grep [aoeui]+ words” would give me words with only vowels for instance, but it doesn’t give me anything.

The following will give you words that consist only of vowels:


grep -i '^[aoeui]\+$' /usr/share/dict/words

The longest word I can find using only adjacent keys is SAWED are there any longer?
(Or would you allow TREWSED for someone wearing trews ? )

I don’t know, it seems like all I’d need to masturbate is stewardesses and CTRL+ENTER.

PS Please stop turning this into an xbox vs playstation thread.

using a relatively vanilla unix dictionary (e.g. not very complete):



(for word in `egrep '^[qwertasdfgzxcvb]*$' /usr/dict/words`; do echo `echo $word | wc -c` $word; done ) | sort -n | tail -5 | awk '{print $2}'

vertebrate
wastewater
aftereffect
desegregate
reverberate

(for word in `egrep '^[yuiophjklnm]*$' /usr/dict/words`; do echo `echo $word | wc -c` $word; done ) | sort -n | tail -5 | awk '{print $2}'

lollipop
monopoly
polonium
polopony
polyphony


The name of the first musical based on ABBA’s songs is a left-hand one: ABBACADABRA