mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 02:45:32 +00:00
Adding variable.
This commit is contained in:
parent
fc53742821
commit
ca2101800d
1 changed files with 3 additions and 0 deletions
|
|
@ -342,6 +342,9 @@ public final class KMManager {
|
|||
public static final int KMMinimum_LongpressDelay = 300;
|
||||
public static final int KMMaximum_LongpressDelay = 1500;
|
||||
|
||||
// Default keyboard height
|
||||
public static final int KeyboardHeight_Default = 0;
|
||||
|
||||
// Default prediction/correction setting
|
||||
public static final int KMDefault_Suggestion = SuggestionType.PREDICTIONS_WITH_CORRECTIONS.toInt();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue