A087622 Order of letters on Dvorak typewriter (or computer) keyboard.
16, 25, 6, 7, 3, 18, 12, 1, 15, 5, 21, 9, 4, 8, 20, 14, 19, 17, 10, 11, 24, 2, 13, 23, 22, 26
Offset: 1
Examples
First row is P, Y, F, ... which are respectively the 16th, 25th, 6th, ... letters; second row is A, O, E, U, I, ... which are respectively the first, 15th, 5th, 21st, 9th, ... letters; third row is Q, J, K, ... which are the 17th, 10th, 11th, ... letters.
Links
- Jeff Bigler, The Dvorak Keyboard.
- Marcus Brooks, Introducing the Dvorak Keyboard.
Crossrefs
Cf. A002252 (order for QWERTY keyboard).
Programs
-
Scala
"PYFGCRLAOEUIDHTNSQJKXBMWVZ".toCharArray.map(.toInt).map( - 64) // Alonso del Arte, Mar 21 2020
Comments