diff options
| author | Jules Aguillon | 2022-07-09 17:30:26 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-07-09 17:30:26 +0200 |
| commit | d5836ebb972949a65dd34eec9530cef321c85a81 (patch) | |
| tree | fe0fac84df05824f26f1ca1cd26b5a3c2fea3e1b /res/xml/numeric.xml | |
| parent | db8ebc2f4d2739fbf7dffe51a39d1e31c1574fdf (diff) | |
| download | unexpected-keyboard-d5836ebb972949a65dd34eec9530cef321c85a81.tar.gz unexpected-keyboard-d5836ebb972949a65dd34eec9530cef321c85a81.zip | |
Add key for switching to the greekmath pane
The key is placed on the 3rd row of the numeric pane, by taking some
space from the shift key.
Diffstat (limited to 'res/xml/numeric.xml')
| -rw-r--r-- | res/xml/numeric.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/xml/numeric.xml b/res/xml/numeric.xml index 477f7d7..6e70c51 100644 --- a/res/xml/numeric.xml +++ b/res/xml/numeric.xml @@ -19,11 +19,12 @@ <key width="0.75" key0="-" key1="^"/> </row> <row> - <key shift="0.35" width="1.15" key0="shift" key2="fn" key4="alt"/> + <key width="0.75" key0="switch_greekmath"/> + <key width="0.75" key0="shift" key2="fn" key4="alt"/> <key key0="1" key1="superscript" key2="ordinal" key3="subscript"/> <key key0="2"/> <key key0="3"/> - <key width="1.15" key0="backspace" key2="delete"/> + <key width="1.5" key0="backspace" key2="delete"/> </row> <row height="0.95"> <key width="1.5" key0="switch_text" key2="ctrl"/> |
