diff options
| author | cuhsy | 2024-12-19 01:43:39 +0200 |
|---|---|---|
| committer | GitHub | 2024-12-19 00:43:39 +0100 |
| commit | a1dd0b8f2bc1d47dd29b5fe5860907717012963c (patch) | |
| tree | 82139d1de9bd9a5c0d68b041c46133ce6e70a41e /srcs | |
| parent | 4a429357ef9faa409617f867e224bc8c6814d919 (diff) | |
| download | unexpected-keyboard-a1dd0b8f2bc1d47dd29b5fe5860907717012963c.tar.gz unexpected-keyboard-a1dd0b8f2bc1d47dd29b5fe5860907717012963c.zip | |
Added Greek accent symbol button (#830)
Added Greek accent symbol button; a necessary key that should always be on the keyboard, as every word over 2 syllables contains one
Diffstat (limited to 'srcs')
| -rw-r--r-- | srcs/layouts/grek_qwerty.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/srcs/layouts/grek_qwerty.xml b/srcs/layouts/grek_qwerty.xml index 9648f05..7bd3609 100644 --- a/srcs/layouts/grek_qwerty.xml +++ b/srcs/layouts/grek_qwerty.xml @@ -8,20 +8,21 @@ <key key0="τ" key2="5" key3="%"/> <key key0="υ" key2="6" key3="^"/> <key key0="θ" key2="7" key3="&"/> - <key key0="ι" key1="accent_trema" key2="8" key3="*"/> + <key key0="ι" key2="8" key3="*"/> <key key0="ο" key2="9" key3="(" key4=")"/> <key key0="π" key2="0"/> </row> <row> - <key shift="0.5" key0="α" key1="loc tab" key2="`"/> + <key key0="α" key1="loc tab" key2="`"/> <key key0="σ"/> <key key0="δ" key2="loc £"/> <key key0="φ"/> <key key0="γ" key2="-" key3="_"/> <key key0="η" key2="=" key3="+"/> - <key key0="ξ" key2="accent_aigu" key3="{" key4="}"/> - <key key0="κ" key2="accent_grave" key3="[" key4="]"/> + <key key0="ξ" key3="{" key4="}"/> + <key key0="κ" key3="[" key4="]"/> <key key0="λ" key2="|" key3="\\"/> + <key key0="accent_aigu" key1="accent_trema" key3="accent_grave"/> </row> <row> <key width="1.5" key0="shift" key2="loc capslock"/> |
