mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-23 01:20:51 +00:00
Comma pop-up for Numpad in portrait mode is the same as for symbol view (#143)
In landscape mode, the comma pop-up contains all keys, as there is no style for this particular key
This commit is contained in:
parent
3d5136f891
commit
e4b00ee041
2 changed files with 2 additions and 4 deletions
|
@ -172,7 +172,7 @@
|
|||
<!-- , "," COMMA SIGN -->
|
||||
<Key
|
||||
latin:keySpec=","
|
||||
latin:additionalMoreKeys="!text/keyspec_clipboard_normal_key,!text/keyspec_emoji_normal_key,!text/keyspec_language_switch,!text/keyspec_settings"
|
||||
latin:additionalMoreKeys="!text/keyspec_clipboard_normal_key,!text/keyspec_emoji_normal_key,!text/keyspec_language_switch,!text/keyspec_start_onehanded_mode,!text/keyspec_settings"
|
||||
latin:keyActionFlags="noKeyPreview" />
|
||||
<Key
|
||||
latin:keySpec="0"
|
||||
|
|
|
@ -106,10 +106,8 @@
|
|||
<!-- , "," COMMA SIGN -->
|
||||
<Key
|
||||
latin:keySpec=","
|
||||
latin:additionalMoreKeys="!text/keyspec_clipboard_normal_key,!text/keyspec_emoji_normal_key,!text/keyspec_language_switch,!text/keyspec_settings"
|
||||
latin:backgroundType="functional"
|
||||
latin:keyStyle="settingsMoreKeysStyle"
|
||||
latin:keyActionFlags="noKeyPreview"
|
||||
latin:keyLabelFlags="hasPopupHint"
|
||||
latin:keyWidth="10%p" />
|
||||
<Key
|
||||
latin:keyStyle="symbolNumpadKeyStyle"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue