Update jquery.ime from upstream

Add the macron character to the Igbo tilde keyboard.

Updating to
3177f3ce24

Change-Id: I2f8d02ab1d0d93781d3889bfef700438a0ca2d2a
This commit is contained in:
Amir Aharoni
2020-10-02 20:45:12 +03:00
parent c2ff179d5e
commit 1ae44d3b1b
2 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,8 @@
[ '~U', 'Ụ' ],
[ '~u', 'ụ' ],
[ '~\\\\', '\u0300' ], // Combining grave
[ '~/', '\u0301' ] // Combining acute
[ '~/', '\u0301' ], // Combining acute
[ '~\\-', '\u0304' ] // Combining macron
]
};