mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-06 23:00:15 +00:00
move information to subtype extra value:
whether layout has shift key whether proximity-based corrections should be enabled when shift is enabled
This commit is contained in:
parent
b76dc8ced5
commit
1a630821db
4 changed files with 31 additions and 29 deletions
|
@ -72,6 +72,12 @@ public final class Constants {
|
|||
*/
|
||||
public static final String EMOJI_CAPABLE = "EmojiCapable";
|
||||
|
||||
/** Indicates that the subtype does not have a shift key */
|
||||
public static final String NO_SHIFT_KEY = "NoShiftKey";
|
||||
|
||||
/** Indicates that for this subtype corrections should not be based on proximity of keys for when shifted */
|
||||
public static final String NO_SHIFT_PROXIMITY_CORRECTION = "NoShiftProximityCorrection";
|
||||
|
||||
/**
|
||||
* The subtype extra value used to indicate that the display name of this subtype
|
||||
* contains a "%s" for printf-like replacement and it should be replaced by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue