diff options
| author | Gero Streng | 2022-09-25 02:23:33 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-10-23 22:51:36 +0200 |
| commit | baec5a76ee51e86c8256423924331908da75279f (patch) | |
| tree | cdcd025f45773fc122e4d92f11b1baca6fcd1118 /res/xml/numeric.xml | |
| parent | ea0b873dd826b447c5518f033c9b832fb4be3dbf (diff) | |
| download | unexpected-keyboard-baec5a76ee51e86c8256423924331908da75279f.tar.gz unexpected-keyboard-baec5a76ee51e86c8256423924331908da75279f.zip | |
Add optional NumPad
Shows a NumPad depending on preference:
Never/Landscape/Always
Diffstat (limited to 'res/xml/numeric.xml')
| -rw-r--r-- | res/xml/numeric.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/numeric.xml b/res/xml/numeric.xml index ba1081f..9e6bc69 100644 --- a/res/xml/numeric.xml +++ b/res/xml/numeric.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<keyboard bottom_row="false" extra_keys="false"> +<keyboard bottom_row="false" extra_keys="false" num_pad="false"> <row> <key width="0.75" key0="esc" key2="~" key4="!"/> <key width="0.75" key0="(" key2="[" key4="{"/> |
