diff options
| author | Jules Aguillon | 2024-06-09 13:18:25 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2024-06-09 13:18:25 +0200 |
| commit | 52805d9745e62e8eafae0051f812f78e3caa2986 (patch) | |
| tree | 6761cce435c59689530504c7e22d1489e9414df1 /res/xml/numeric.xml | |
| parent | 8d793da6b62cab5ef8f3d86e7d2b776abc22f0fb (diff) | |
| download | unexpected-keyboard-52805d9745e62e8eafae0051f812f78e3caa2986.tar.gz unexpected-keyboard-52805d9745e62e8eafae0051f812f78e3caa2986.zip | |
Allow to remove keys Tab and Esc
Diffstat (limited to 'res/xml/numeric.xml')
| -rw-r--r-- | res/xml/numeric.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/numeric.xml b/res/xml/numeric.xml index ca4eeb9..f50948c 100644 --- a/res/xml/numeric.xml +++ b/res/xml/numeric.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <keyboard bottom_row="false"> <row> - <key width="0.75" key0="esc" key2="~" key4="!"/> + <key width="0.75" key0="loc esc" key2="~" key4="!"/> <key width="0.75" key0="(" key2="[" key4="{"/> <key key0="7" key1="<" key2=">"/> <key key0="8" key2="∞"/> @@ -10,7 +10,7 @@ <key width="0.75" key0="/" key1="%" key3="÷"/> </row> <row> - <key width="0.75" key0="tab" key2="|" key4="\\"/> + <key width="0.75" key0="loc tab" key2="|" key4="\\"/> <key width="0.75" key0=")" key2="]" key4="}"/> <key key0="4" key1="box" key3="arrows"/> <key key0="5" key7="up" key6="right" key5="left" key8="down"/> |
