diff options
| author | asivery | 2024-07-25 23:22:38 +0200 |
|---|---|---|
| committer | GitHub | 2024-07-25 23:22:38 +0200 |
| commit | bf2bec0d4ba9b7f46aeef657b60a8d5c96965e34 (patch) | |
| tree | 41bc6c76daa1e2e903e21bf392a9fec641b2eddb /srcs/layouts | |
| parent | 6e1364b5c26af814a304b3f6a7e8fbc8722b4c57 (diff) | |
| download | unexpected-keyboard-bf2bec0d4ba9b7f46aeef657b60a8d5c96965e34.tar.gz unexpected-keyboard-bf2bec0d4ba9b7f46aeef657b60a8d5c96965e34.zip | |
Revert "latn_qwerty_pl: Consistent placement for ó" (#714)
This reverts commit c5e9e3ff5c2581004ff5ce2ab3061ff2ed40ea96.
Diffstat (limited to 'srcs/layouts')
| -rw-r--r-- | srcs/layouts/latn_qwerty_pl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcs/layouts/latn_qwerty_pl.xml b/srcs/layouts/latn_qwerty_pl.xml index 218a37a..767bea5 100644 --- a/srcs/layouts/latn_qwerty_pl.xml +++ b/srcs/layouts/latn_qwerty_pl.xml @@ -9,8 +9,8 @@ <key key0="y" key2="6" key3="^"/> <key key0="u" key2="7" key3="&" key4="loc €"/> <key key0="i" key1="loc accent_macron" key2="8" key3="*"/> - <key key0="o" key2="9" key4="ó"/> - <key key0="p" key2="0" key3="(" key4=")"/> + <key key0="o" key1="ó" key2="9" key3="(" key4=")"/> + <key key0="p" key2="0"/> </row> <row> <key shift="0.5" key0="a" key1="loc tab" key2="`" key4="ą"/> |
