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:
BlackyHawky 2023-08-26 08:57:46 +02:00 committed by GitHub
parent 350eb6d66a
commit 77c0a5b4f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 777 additions and 4 deletions

View file

@ -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>