diff options
| author | Ben Slusky | 2023-08-30 03:33:36 -0400 |
|---|---|---|
| committer | GitHub | 2023-08-30 09:33:36 +0200 |
| commit | 234986817fa4da3397fec242f9b6aa817ea842bc (patch) | |
| tree | 6f5a670e229595fc50981e12df18be14eb695c04 /res/xml | |
| parent | f4a995e2bd0ec6b721ac02560f8dfa09d62f29a6 (diff) | |
| download | unexpected-keyboard-234986817fa4da3397fec242f9b6aa817ea842bc.tar.gz unexpected-keyboard-234986817fa4da3397fec242f9b6aa817ea842bc.zip | |
Change Greek math koppa to lowercase (#457)
Uppercase koppa can still be entered as shift+koppa.
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/greekmath.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/greekmath.xml b/res/xml/greekmath.xml index d6a98d9..f5c8b9a 100644 --- a/res/xml/greekmath.xml +++ b/res/xml/greekmath.xml @@ -31,7 +31,7 @@ <key key0="ϡ" key4="∩"/> <key key0="υ" key3="∇" key4="ℵ"/> <key key0="ζ" key1="≤" key3="ℤ" key4="1"/> - <key key0="Ϟ" key1="≠" key3="ℚ" key4="2"/> + <key key0="ϟ" key1="≠" key3="ℚ" key4="2"/> <key key0="κ" key1="≥" key3="×" key4="3"/> <key width="1.5" key0="backspace" key3="delete"/> </row> |
