1
0
Fork 0

Fixed #11 and #5, changed remapping feature

* Added "Space on Zero" option to address #5
* Implemented quick and simple fix for #11
* Expanded remapping feature. Can remap just IME keys or OSwide.
This commit is contained in:
Clam 2016-03-19 23:15:53 +11:00
parent 1b15cd0928
commit e08c4a4fde
9 changed files with 253 additions and 169 deletions

View file

@ -70,6 +70,12 @@
<string name="pref_nuke_title">Nuke IME dictionary</string>
<string name="pref_reloadKeys">Reload KeyMap</string>
<string name="pref_reloadKeysSum" translatable="false">Force reload of key mapping overrides</string>
<string name="pref_reloadKeysDone" translatable="false">Reload complete.</string>
<string name="pref_reloadKeysDoneWE" translatable="false">Reload complete with errors (check logcat.)</string>
<string name="pref_reloadKeysNoFile" translatable="false">No keymap.txt file found.</string>
<string name="pref_keyRemap" translatable="false">Translate keys</string>
<string name="pref_keyRemapSum" translatable="false">Enable to send translated keys to apps, otherwise keymap is for IME only.</string>
<string name="pref_spaceOnZero" translatable="false">Space on 0 key</string>
<string name="hello_world">Hello world!</string>