Mobile Words

This is a small program which translates between a text to the corresponing keypresses (and also the other way) on a mobile phone. (I'm was happy user of an Ericsson P1i mobile myself when this program was written). It also calculates the number of keys to press for typing the text.

Type in a plain text string (e.g. "hello, hakank").
Plain text:
A keystroke sequence is a sequence of key and the number of presses on that key. Example: the keystroke 2:3 means that key 2 is pressed 3 times (i.e. the letter "c"). A keystroke sequence is a list of such keystrokes separated by space (" ").
Type in a keystroke sequence (e.g. 4:2 3:2 5:3 5:3 6:7 1:5 1:1 9:1 6:7 7:3 3:1)
Keystroke
sequence
:


The following map between keyboard number to characters is used (I have skipped some greek letters here. Note: The more arcance characters may come out somewhat weird.
 1: -?!,.:;"'<=>()_1
 2: abcåäæàç2
 3: defèé3
 4: ghiì4
 5: jkl5
 6: mnoñöøoò6
 7: pqrs7
 8: tuvüù8
 9: wxyz9
 0: +&@/¤\$£¥0
 #: #*

By the way, here are the "records" (min/max values) for swedish and english. (Word: code)

Swedish

ja: 2
aj: 2
ag: 2
ta: 2
ut: 3
je: 3

fotbollsskor: 46
livsfilosofi: 46
ofilosofisk: 46
paleozoologi: 46
resonörsroll: 46
rokokosalong: 46
filosofskola: 47
xylofonsolo: 48
olsmässokrok: 49
zoofysiologi: 52

English

ad: 2
at: 2
am: 2

counterrevolution: 53
phenomenologically: 53
corroborations: 53
arteriosclerosis: 53
anthropomorphically: 54
electroencephalography: 55
microprocessors: 55
antidisestablishmentarianism: 61

Back to my other useless programs
Back to my homepage
Created by Hakan Kjellerstrand hakank@gmail.com