diff options
| author | Ben Slusky | 2023-07-29 12:42:20 -0400 |
|---|---|---|
| committer | GitHub | 2023-07-29 18:42:20 +0200 |
| commit | 0a114bd2bc0fabf204190457d671f2a719acf6e9 (patch) | |
| tree | 08259743d7d0a5d28d8574f3b6ffb41e6099e67a /res/xml/latn_qwerty_lv.xml | |
| parent | 427ef6a97d4c106fb1f5ea30a12b0e1a061262e9 (diff) | |
| download | unexpected-keyboard-0a114bd2bc0fabf204190457d671f2a719acf6e9.tar.gz unexpected-keyboard-0a114bd2bc0fabf204190457d671f2a719acf6e9.zip | |
Add dagger, double dagger, section mark, and pilcrow as extra keys on QWERTY-like layouts (#410)
* Add section mark as an extra key in QWERTY-like layouts that don't have it already
* Add dagger (also double dagger) as an extra key in QWERTY-like layouts
Diffstat (limited to 'res/xml/latn_qwerty_lv.xml')
| -rw-r--r-- | res/xml/latn_qwerty_lv.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/latn_qwerty_lv.xml b/res/xml/latn_qwerty_lv.xml index 1e82d8e..a373eb8 100644 --- a/res/xml/latn_qwerty_lv.xml +++ b/res/xml/latn_qwerty_lv.xml @@ -14,7 +14,7 @@ </row> <row> <key shift="0.5" key0="a" key1="ā" key2="tab"/> - <key key0="s" key1="š" key3="loc ß" key4="loc accent_ogonek"/> + <key key0="s" key1="š" key2="loc §" key3="loc ß" key4="loc accent_ogonek"/> <key key0="d"/> <key key0="f" key1="loc accent_dot_above"/> <key key0="g" key1="ģ"/> @@ -26,7 +26,7 @@ <row> <key width="1.5" key0="shift" key2="loc capslock"/> <key key0="z" key1="ž"/> - <key key0="x"/> + <key key0="x" key2="loc †"/> <key key0="c" key1="č"/> <key key0="v"/> <key key0="b" key2="\?" key3="<" key4=">"/> |
