mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-11-22 07:13:13 +01:00
Fix \ char
This commit is contained in:
parent
cb070635ad
commit
ca503b43a8
@ -8,7 +8,7 @@
|
||||
<key key0="t" key2="5" key3="(" key4="[" />
|
||||
<key key0="y" key2="6" key3="-" key4="|" />
|
||||
<key key0="u" key2="7" key3="accent1" key4="`" />
|
||||
<key key0="i" key2="8" key3="_" key4="\" />
|
||||
<key key0="i" key2="8" key3="_" key4="\\" />
|
||||
<key key0="o" key2="9" key3="accent5" key4="^" />
|
||||
<key key0="p" key2="0" key4="\@" />
|
||||
</row>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<key key0="h" key2="=" key3="+" />
|
||||
<key key0="j" key4="}" key3="{" />
|
||||
<key key0="k" key4="]" key3="[" />
|
||||
<key key0="l" key2="|" key3="\" />
|
||||
<key key0="l" key2="|" key3="\\" />
|
||||
</row>
|
||||
<row>
|
||||
<key width="1.5" key0="shift" />
|
||||
|
Loading…
Reference in New Issue
Block a user