blob: c9d912376d9da3a85546cca5ea8dec0eb892b77c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation,TypographyDashes">
<!-- DO NOT TRANSLATE -->
<!-- Default settings values -->
<string name="settings_default_physical_keyboard_change_notification_type">2</string>
<string name="settings_default_vibrate_on_key_press_duration">0</string>
<bool name="settings_default_sound_on">false</bool>
<bool name="settings_default_lang_key_shows_popup">false</bool>
<bool name="settings_default_show_settings_app">true</bool>
<bool name="settings_default_show_chewbacca">true</bool>
<bool name="settings_default_use_16_keys_symbols_keyboards">false</bool>
<bool name="settings_default_landscape_fullscreen">true</bool>
<bool name="settings_default_portrait_fullscreen">false</bool>
<bool name="settings_default_use_backword">false</bool>
<bool name="settings_default_cycle_all_symbols">true</bool>
<bool name="settings_default_use_camera_key_for_backspace_backword">false</bool>
<bool name="settings_default_use_volume_key_for_left_right">false</bool>
<bool name="settings_default_do_not_flip_quick_keys_functionality">true</bool>
<bool name="settings_default_contacts_dictionary">true</bool>
<string name="settings_default_auto_dictionary_add_threshold">9</string>
<bool name="settings_default_user_dictionary">true</bool>
<bool name="settings_default_hide_soft_when_physical">true</bool>
<bool name="settings_default_key_press_shows_preview_popup">true</bool>
<bool name="settings_default_show_keyboard_name_text_value">true</bool>
<bool name="settings_default_show_hint_text_value">true</bool>
<bool name="settings_default_use_custom_hint_align_value">false</bool>
<!-- default values for custom hint align are in arrays.xmlso that
they are near the array of valid values for that preference -->
<string name="settings_default_key_press_preview_popup_position">above_key</string>
<string name="settings_default_portrait_keyboard_height_factor">1.0</string>
<string name="settings_default_landscape_keyboard_height_factor">1.0</string>
<string name="settings_default_tweak_animations_level">some</string>
<bool name="settings_default_always_use_fallback_user_dictionary">false</bool>
<bool name="settings_default_is_sticky_extesion_keyboard">false</bool>
<bool name="settings_default_is_extesion_keyboard_above_keyboard">true</bool>
<string name="settings_default_swipe_velocity_threshold">380</string>
<string name="settings_default_swipe_distance_threshold">140</string>
<string name="settings_default_multitap_timeout">700</string>
<string name="settings_default_long_press_timeout">350</string>
<string name="settings_default_top_row_key">5d945f40-ded5-11e0-9572-0800200c9a66</string>
<string name="settings_default_keyboard_theme_key">ac8ea510-ca66-11e1-9b23-0800200c9a66</string>
<string name="settings_default_ext_keyboard_key">6f1ecea0-dee2-11e0-9572-0800200c9a66</string>
<string name="settings_default_ext_kbd_bottom_row_key">09f8f280-dee2-11e0-9572-0800200c9a55</string>
<bool name="settings_default_workaround_disable_rtl_fix">false</bool>
<string name="settings_default_default_split_state">merged_always</string>
<string name="settings_default_should_swap_punctuation_and_space">yes</string>
<bool name="settings_default_one_shot_quick_text_popup">false</bool>
<string name="settings_default_initial_quick_text_tab">last_used</string>
<bool name="settings_default_allow_suggestions_restart">true</bool>
<bool name="settings_default_switch_to_alphabet_on_space">true</bool>
<bool name="settings_default_persistent_layout_per_package_id">true</bool>
<string name="swipe_action_value_shift">shift</string>
<string name="swipe_action_value_none">none</string>
<string name="swipe_action_value_next_alphabet">next_alphabet</string>
<string name="swipe_action_value_next_symbols">next_symbols</string>
<string name="swipe_action_value_next_inside_mode"/>
<string name="swipe_action_value_other_keyboards_mode"/>
<string name="swipe_action_value_cycle_keyboards">cycle_keyboards</string>
<string name="swipe_action_value_reverse_cycle_keyboards">reverse_cycle_keyboards</string>
<string name="swipe_action_value_hide">hide</string>
<string name="swipe_action_value_backspace">backspace</string>
<string name="swipe_action_value_backword">backword</string>
<string name="swipe_action_value_clear_input">clear_input</string>
<string name="swipe_action_value_cursor_up">cursor_up</string>
<string name="swipe_action_value_cursor_down">cursor_down</string>
<string name="swipe_action_value_cursor_left">cursor_left</string>
<string name="swipe_action_value_cursor_right">cursor_right</string>
<string name="swipe_action_value_split_layout">split_layout</string>
<string name="swipe_action_value_merge_layout">merge_layout</string>
<string name="swipe_action_value_compact_layout_to_right">compact_to_right</string>
<string name="swipe_action_value_compact_layout_to_left">compact_to_left</string>
<string name="swipe_action_value_utility_keyboard">utility_keyboard</string>
</resources>
|