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

Commit 8ce23247 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android Git Automerger
Browse files

am cc2f8c27: Merge "Shorten the key typing timeout parameter to 350ms" into jb-dev

* commit 'cc2f8c27':
  Shorten the key typing timeout parameter to 350ms
parents 50152821 cc2f8c27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@
    <integer name="config_long_press_key_timeout">400</integer>
    <!-- Long pressing shift will invoke caps-lock if > 0, never invoke caps-lock if == 0 -->
    <integer name="config_long_press_shift_key_timeout">1200</integer>
    <integer name="config_ignore_alt_code_key_timeout">700</integer>
    <integer name="config_ignore_alt_code_key_timeout">350</integer>
    <!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
         false -->
    <bool name="config_show_more_keys_keyboard_at_touched_point">false</bool>