sdm710-common: overlay: Reduce screenshot delay to 0
Signed-off-by: pri0818 <priyanshusinghal0818@gmail.com>
This commit is contained in:
parent
69320b1620
commit
8699bc3c6b
1 changed files with 3 additions and 0 deletions
|
@ -440,4 +440,7 @@
|
||||||
|
|
||||||
<!-- Determines whether the shell features all run on another thread. -->
|
<!-- Determines whether the shell features all run on another thread. -->
|
||||||
<bool name="config_enableShellMainThread">true</bool>
|
<bool name="config_enableShellMainThread">true</bool>
|
||||||
|
|
||||||
|
<!-- Amount of time in ms the user needs to press the relevant keys to trigger the screenshot chord -->
|
||||||
|
<integer name="config_screenshotChordKeyTimeout">0</integer>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue