diff options
| author | Jules Aguillon | 2023-01-30 22:33:01 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2023-01-30 22:33:01 +0100 |
| commit | 90b7944129ae0facc5c789f0a416f7ff36925a90 (patch) | |
| tree | edb7f6523230719a799315430ea8efe88aecffe9 /res/xml/numeric.xml | |
| parent | 2539feadcd370e98d3750f6b6b06664e0eb14d0b (diff) | |
| download | unexpected-keyboard-90b7944129ae0facc5c789f0a416f7ff36925a90.tar.gz unexpected-keyboard-90b7944129ae0facc5c789f0a416f7ff36925a90.zip | |
Apply modify_layout to text layout only
Refactor. Allows to remove the 'extra_keys' and 'num_pad' flags and to
implement more complicated transformations to the layouts.
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 9e6bc69..b64331e 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" num_pad="false"> +<keyboard bottom_row="false"> <row> <key width="0.75" key0="esc" key2="~" key4="!"/> <key width="0.75" key0="(" key2="[" key4="{"/> |
