Difference between revisions of "Trigger: Home Button Long Press"

m
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<pre style="background-color: #EEEEEE; color: Black; border-radius: 10px; padding: 10px;">
+
<pre class="header-style">
 
This trigger is fired when a long press is performed on the home button.
 
This trigger is fired when a long press is performed on the home button.
  
Line 7: Line 7:
 
'''Example Usage'''<br/>
 
'''Example Usage'''<br/>
 
If you hold down the home button for a long time (1.5s by default) you will take a screenshot.  
 
If you hold down the home button for a long time (1.5s by default) you will take a screenshot.  
<pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;">
+
<pre class="trigger-style">
 
Triggers
 
Triggers
  
 
Long press home button  
 
Long press home button  
</pre><br>
+
</pre>
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
+
<pre class="action-style">
 
Actions
 
Actions
  
 
Take screenshot
 
Take screenshot
</pre><br>
 
<pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;">
 
Constrains
 
 
 
</pre><br>
 
<pre style="background-color: teal; color: white; border-radius: 10px; padding: 10px;">
 
Local variables
 
 
 
 
</pre><br>
 
</pre><br>

Latest revision as of 13:45, 13 June 2024

This trigger is fired when a long press is performed on the home button.

Note that this trigger requires MacroDroid to be set as the default voice input and assistance application.

Example Usage
If you hold down the home button for a long time (1.5s by default) you will take a screenshot.

Triggers

Long press home button 
Actions

Take screenshot