diff options
| author | Joey Schaff | 2025-03-22 06:46:52 -0400 |
|---|---|---|
| committer | GitHub | 2025-03-22 11:46:52 +0100 |
| commit | 35219a458afd8426061b6b451687f7b5bd653122 (patch) | |
| tree | e8e2f40f2b4a8f9a50c7c9d1111ff7f83f41e294 | |
| parent | f0ebe454393779c91cd6ccfe40425cda5582a1de (diff) | |
| download | unexpected-keyboard-35219a458afd8426061b6b451687f7b5bd653122.tar.gz unexpected-keyboard-35219a458afd8426061b6b451687f7b5bd653122.zip | |
Swapping the default placement of ! and | on the Colemak layout (#949)
Swapped placement of ! and | to make it more reasonable.
| -rw-r--r-- | srcs/layouts/latn_colemak.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcs/layouts/latn_colemak.xml b/srcs/layouts/latn_colemak.xml index cf82f10..4f774fd 100644 --- a/srcs/layouts/latn_colemak.xml +++ b/srcs/layouts/latn_colemak.xml @@ -6,7 +6,7 @@ <key key0="w" key1="loc accent_grave" key2=" ́" key3="~" /> <key key0="f" key1="`" key2="-" key3="+" /> <key key0="p" key2="=" key3="%"/> - <key key0="g" key1="!" key2="/" key3="\\"/> + <key key0="g" key1="|" key2="/" key3="\\"/> <key key0="j" key1="loc accent_caron" key2="loc accent_trema" /> <key key0="l"/> <key key0="u" key1="loc accent_double_aigu" key2="loc accent_ring" /> @@ -34,7 +34,7 @@ <key key0="v" key1="[" key2="]"/> <key key0="b" key1="(" key2=")"/> <key key0="k" key1=";" key2=":"/> - <key key0="m" key1="|" key2="\?" /> + <key key0="m" key1="!" key2="\?" /> <key key0="backspace" key1="delete" shift="0.25" width="1.25"/> </row> |
