If just added support for the most frequently used special characters (for Spanish, French, etc....) via the new MOD key. You can access them by pressing MOD and the key that looks most like character you want: pressing MOD and E will show all available E's on the top row of the keyboard. After pressing one, the original keys are restored.
The available glyphs are:
Code:
A = {'á','à','â','ã'},
C = {'ç',},
E = {'é','è','ê','ë'},
O = {'ó','ô','ö','õ','œ'},
U = {'ú','ù','û','ü',},
I = {'ì','î','ï',},
N = {'ñ',},
S = {'ß',},
['!'] = {'¡',},
['?'] = {'¿',},
I more specials are needed: just mail them: I'll add it to the next version...
The new version of MiniPad (0.2.1) is attached to the first post of this thread.