diff options
| author | Jules Aguillon | 2022-06-06 01:02:30 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-06-06 01:02:30 +0200 |
| commit | 9a42fa4dca4eea0cca77841d361fe8256597aa55 (patch) | |
| tree | dd4bb37c87f30003d4faa74c605f4a0c851998f1 /res | |
| parent | 4d104eacf319060d4c78b9f9328b050de909eb93 (diff) | |
| download | unexpected-keyboard-9a42fa4dca4eea0cca77841d361fe8256597aa55.tar.gz unexpected-keyboard-9a42fa4dca4eea0cca77841d361fe8256597aa55.zip | |
Don't add extra keys to the numeric pane
Diffstat (limited to 'res')
| -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 e19d3d9..477f7d7 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"> +<keyboard bottom_row="false" extra_keys="false"> <row> <key width="0.75" key0="esc" key2="~" key4="!"/> <key width="0.75" key0="(" key2="[" key4="{"/> |
