views:

89

answers:

1

Where can I find a tutorial for creating a custom InputScope? I'd like to create a custom keyboard that displays only the numbers 1-9 on the onscreen keybord (no symbols).

+2  A: 

You cannot create custom input scope, here are the ones supported InputScopeNameValue Enumeration there may be one close to what you want - there are ones with numbers e.g. telephone or number.

RoguePlanetoid
It's a pity... I think there should at least be one that is completely numbers only - it is a very common requirement!
Rodney
Bah, I agree with @Rodney, I too have a need for numbers only input.
stimms