mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-24 10:00:53 +00:00
Moved default clipboard history retention time to common config
This commit is contained in:
parent
a88b661ec7
commit
be7521c39d
2 changed files with 3 additions and 3 deletions
|
@ -24,6 +24,9 @@
|
|||
look at input history to suggest a hopefully helpful suggestions for the next word? -->
|
||||
<bool name="config_default_next_word_prediction">true</bool>
|
||||
|
||||
<!-- Maximum time for a clipboard history entry to be kept, in minutes. -->
|
||||
<integer name="config_clipboard_history_retention_time">10</integer>
|
||||
|
||||
<integer name="config_delay_in_milliseconds_to_update_shift_state">100</integer>
|
||||
<integer name="config_double_space_period_timeout">1100</integer>
|
||||
|
||||
|
|
|
@ -22,9 +22,6 @@
|
|||
<resources>
|
||||
<bool name="config_use_fullscreen_mode">false</bool>
|
||||
|
||||
<!-- Maximum time for a clipboard history entry to be kept, in minutes. -->
|
||||
<integer name="config_clipboard_history_retention_time">10</integer>
|
||||
|
||||
<dimen name="config_key_hysteresis_distance">8.0dp</dimen>
|
||||
|
||||
<!-- Amount of width reduction in one-handed mode -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue