showKeyboard()

@Simeon

Can a change be made to showKeyboard(). I would like to have the option of bringing up either the alpha keys or the numeric keys when the keyboard first comes up. For instance showKeyboard(0) would show the alpha keys, showKeyboard(1) would show the numeric keys.

Good suggestion @dave — can you add it to the issue tracker? We will probably use constants rather than integers (e.g. STANDARD_KEYS, URL_KEYS, EMAIL_KEYS, NUMBER_KEYS and so on). But it’s a good idea.