abouttreesummaryrefslogcommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorJules Aguillon2024-06-09 13:18:25 +0200
committerJules Aguillon2024-06-09 13:18:25 +0200
commit52805d9745e62e8eafae0051f812f78e3caa2986 (patch)
tree6761cce435c59689530504c7e22d1489e9414df1 /res/xml
parent8d793da6b62cab5ef8f3d86e7d2b776abc22f0fb (diff)
downloadunexpected-keyboard-52805d9745e62e8eafae0051f812f78e3caa2986.tar.gz
unexpected-keyboard-52805d9745e62e8eafae0051f812f78e3caa2986.zip
Allow to remove keys Tab and Esc
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/greekmath.xml4
-rw-r--r--res/xml/numeric.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/res/xml/greekmath.xml b/res/xml/greekmath.xml
index 4821840..4e953d4 100644
--- a/res/xml/greekmath.xml
+++ b/res/xml/greekmath.xml
@@ -36,8 +36,8 @@
<key width="1.5" key0="backspace" key3="delete"/>
</row>
<row height="0.95">
- <key width="1.2" key0="switch_text" key2="esc"/>
- <key width="1.2" key0="switch_numeric" key2="tab"/>
+ <key width="1.2" key0="switch_text" key2="loc esc"/>
+ <key width="1.2" key0="switch_numeric" key2="loc tab"/>
<key width="1.2" key0="fn"/>
<key width="2.8" key0="space" key1="superscript" key3="subscript"/>
<key width="1.2" key0="0" key2="."/>
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="&lt;" key2="&gt;"/>
<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"/>