Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65d03a2e authored by Dan Pasanen's avatar Dan Pasanen Committed by Danny Baumann
Browse files

LatinIME: disable sound on keypress on all devices by default

* This sound is horrible and tablet users shouldn't be subject
  to listening to it through setupwizard either.

Change-Id: Ia6b6db31fb9a986c2a68773dc69524aed5e5af08
parent a8bcd97f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@
    <bool name="config_enable_show_key_preview_popup_option">false</bool>
    <bool name="config_enable_show_key_preview_popup_option">false</bool>
    <!-- Whether or not Popup on key press is enabled by default -->
    <!-- Whether or not Popup on key press is enabled by default -->
    <bool name="config_default_key_preview_popup">false</bool>
    <bool name="config_default_key_preview_popup">false</bool>
    <bool name="config_default_sound_enabled">true</bool>
    <bool name="config_default_sound_enabled">false</bool>
    <bool name="config_enable_show_voice_key_option">false</bool>
    <bool name="config_enable_show_voice_key_option">false</bool>
    <bool name="config_key_selection_by_dragging_finger">false</bool>
    <bool name="config_key_selection_by_dragging_finger">false</bool>
    <!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
    <!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
+1 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@
    <bool name="config_enable_show_key_preview_popup_option">false</bool>
    <bool name="config_enable_show_key_preview_popup_option">false</bool>
    <!-- Whether or not Popup on key press is enabled by default -->
    <!-- Whether or not Popup on key press is enabled by default -->
    <bool name="config_default_key_preview_popup">false</bool>
    <bool name="config_default_key_preview_popup">false</bool>
    <bool name="config_default_sound_enabled">true</bool>
    <bool name="config_default_sound_enabled">false</bool>
    <bool name="config_enable_show_voice_key_option">false</bool>
    <bool name="config_enable_show_voice_key_option">false</bool>
    <bool name="config_key_selection_by_dragging_finger">false</bool>
    <bool name="config_key_selection_by_dragging_finger">false</bool>
    <!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
    <!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if