mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-14 14:02:44 +00:00
Added new number pad (#81)
* Added new number pad * keyActionFlags="noKeyPreview" added * Displayed period + comma keys as Gboard & added symbols key * Added currency hint for phone in portrait mode on "%" key * Added ≠ ≈ on the = key and ± on the + key * Moved spacebar above backspace key for phones in landscape mode
This commit is contained in:
parent
350eb6d66a
commit
77c0a5b4f5
35 changed files with 777 additions and 4 deletions
|
@ -264,6 +264,7 @@
|
|||
<string name="keyspec_clipboard_normal_key">!icon/clipboard_normal_key|!code/key_clipboard</string>
|
||||
<string name="keyspec_start_onehanded_mode">!icon/start_onehanded_mode_key|!code/key_start_onehanded</string>
|
||||
<string name="keyspec_language_switch">!icon/language_switch_key|!code/key_language_switch</string>
|
||||
<string name="keyspec_numpad_key">!icon/numpad_key|!code/key_numpad</string>
|
||||
<string name="label_go_key">!string/label_go_key</string>
|
||||
<string name="label_send_key">!string/label_send_key</string>
|
||||
<string name="label_next_key">!string/label_next_key</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue