File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ There is now also an error mode which can be toggled with `entryView.toggleError
2828
2929Customise keyboard type! The keyboard types are an enum with int raw values. Options are as follows:
3030
31- ``` 0: default // Default type for the current input method.
31+ ```
32+ 0: default // Default type for the current input method.
32331: asciiCapable // Displays a keyboard which can enter ASCII characters
33342: numbersAndPunctuation // Numbers and assorted punctuation.
34353: URL // A type optimized for URL entry (shows . / .com prominently).
@@ -37,7 +38,8 @@ Customise keyboard type! The keyboard types are an enum with int raw values. Opt
37386: namePhonePad // A type optimized for entering a person's name or phone number.
38397: emailAddress // A type optimized for multiple email address entry (shows space @ . prominently).
39408: decimalPad // A number pad with a decimal point.
40- 9: twitter // A type optimized for twitter text entry (easy access to @ #)```
41+ 9: twitter // A type optimized for twitter text entry (easy access to @ #)
42+ ```
4143
4244## Author
4345
You can’t perform that action at this time.
0 commit comments