diff options
| author | Haley Halcyon | 2025-03-28 08:04:31 +0900 |
|---|---|---|
| committer | GitHub | 2025-03-28 00:04:31 +0100 |
| commit | 3d7925340ba3176922ff921bcc1c176c47e700ee (patch) | |
| tree | 0236f17cc772ce31b7b35a917b94018290efb83e | |
| parent | e746ccd5d0fdb6323a41cb09809ac4a6a9c0d6e7 (diff) | |
| download | unexpected-keyboard-3d7925340ba3176922ff921bcc1c176c47e700ee.tar.gz unexpected-keyboard-3d7925340ba3176922ff921bcc1c176c47e700ee.zip | |
Update latn_qwerty_jp.xml (#962)
Add macron, used in rÅmaji for long vowels
| -rw-r--r-- | srcs/layouts/latn_qwerty_jp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srcs/layouts/latn_qwerty_jp.xml b/srcs/layouts/latn_qwerty_jp.xml index a359836..e92ba33 100644 --- a/srcs/layouts/latn_qwerty_jp.xml +++ b/srcs/layouts/latn_qwerty_jp.xml @@ -9,7 +9,7 @@ <key key0="y" key2="6" key3="&"/> <key key0="u" key2="7" key3="'"/> <key key0="i" key2="8" key3="(" key4=")"/> - <key key0="o" key1="=" key2="9" key3="-"/> + <key key0="o" key1="=" key2="9" key3="-" key4="accent-macron"/> <key key0="p" key1="~" key2="0" key3="^"/> </row> <row> |
