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:
BlackyHawky 2023-09-11 12:45:32 +02:00 committed by GitHub
parent 3d5136f891
commit e4b00ee041
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -172,7 +172,7 @@
<!-- &#44; "," COMMA SIGN --> <!-- &#44; "," COMMA SIGN -->
<Key <Key
latin:keySpec="&#44;" latin:keySpec="&#44;"
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" /> latin:keyActionFlags="noKeyPreview" />
<Key <Key
latin:keySpec="0" latin:keySpec="0"

View file

@ -106,10 +106,8 @@
<!-- &#44; "," COMMA SIGN --> <!-- &#44; "," COMMA SIGN -->
<Key <Key
latin:keySpec="&#44;" latin:keySpec="&#44;"
latin:additionalMoreKeys="!text/keyspec_clipboard_normal_key,!text/keyspec_emoji_normal_key,!text/keyspec_language_switch,!text/keyspec_settings" latin:keyStyle="settingsMoreKeysStyle"
latin:backgroundType="functional"
latin:keyActionFlags="noKeyPreview" latin:keyActionFlags="noKeyPreview"
latin:keyLabelFlags="hasPopupHint"
latin:keyWidth="10%p" /> latin:keyWidth="10%p" />
<Key <Key
latin:keyStyle="symbolNumpadKeyStyle" latin:keyStyle="symbolNumpadKeyStyle"