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/greekmath.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/greekmath.xml')
| -rw-r--r-- | res/xml/greekmath.xml | 4 |
1 files changed, 2 insertions, 2 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="."/> |
