diff options
| author | jaguillo | 2015-09-30 22:12:19 +0200 |
|---|---|---|
| committer | jaguillo | 2015-09-30 22:12:19 +0200 |
| commit | ca503b43a87b5f4112e0925642d84f65dd3ba9ee (patch) | |
| tree | 7709b6ac974c044a2b13683922b78b1e1b6cf051 | |
| parent | cb070635ad5a8776059522737383541ff0a10279 (diff) | |
| download | unexpected-keyboard-ca503b43a87b5f4112e0925642d84f65dd3ba9ee.tar.gz unexpected-keyboard-ca503b43a87b5f4112e0925642d84f65dd3ba9ee.zip | |
Fix \ char
| -rw-r--r-- | res/xml/azerty.xml | 2 | ||||
| -rw-r--r-- | res/xml/qwerty.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/azerty.xml b/res/xml/azerty.xml index 01aad63..cedd1f3 100644 --- a/res/xml/azerty.xml +++ b/res/xml/azerty.xml @@ -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> diff --git a/res/xml/qwerty.xml b/res/xml/qwerty.xml index 8346f6e..cd5e7e5 100644 --- a/res/xml/qwerty.xml +++ b/res/xml/qwerty.xml @@ -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" /> |
