Warning, /graphics/krita/packaging/android/apk/res/xml/remote_action.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="utf-8"?>
0002 <remote-actions version="1.2">
0003         <action
0004                 id="remote_action_click"
0005                 label="@string/remote_action_click"
0006                 priority="1"
0007                 repeatable="true"
0008                 repeatable_interval="short"
0009                 trigger_key="AT">
0010                 <preference name="gesture" value="click"/>
0011         </action>
0012 
0013         <action
0014                 id="remote_action_doubleclick"
0015                 label="@string/remote_action_doubleclick"
0016                 priority="2"
0017                 repeatable="true"
0018                 repeatable_interval="short"
0019                 trigger_key="POUND">
0020                 <preference name="gesture" value="double_click"/>
0021         </action>
0022 
0023         <action
0024                 id="remote_action_swipeup"
0025                 label="@string/remote_action_swipeup"
0026                 priority="5"
0027                 repeatable="true"
0028                 repeatable_interval="short"
0029                 trigger_key="F7">
0030                 <preference name="gesture" value="swipe_up"/>
0031         </action>
0032 
0033         <action
0034                 id="remote_action_swipedown"
0035                 label="@string/remote_action_swipedown"
0036                 priority="6"
0037                 repeatable="true"
0038                 repeatable_interval="short"
0039                 trigger_key="F8">
0040                 <preference name="gesture" value="swipe_down"/>
0041         </action>
0042 
0043 
0044         <action
0045                 id="remote_action_swipeleft"
0046                 label="@string/remote_action_swipeleft"
0047                 priority="4"
0048                 repeatable="true"
0049                 repeatable_interval="short"
0050                 trigger_key="F9">
0051                 <preference name="gesture" value="swipe_left"/>
0052         </action>
0053 
0054         <action
0055                 id="remote_action_swiperight"
0056                 label="@string/remote_action_swiperight"
0057                 priority="3"
0058                 repeatable="true"
0059                 repeatable_interval="short"
0060                 trigger_key="F10">
0061                 <preference name="gesture" value="swipe_right"/>
0062         </action>
0063 
0064 
0065         <action
0066                 id="remote_action_circlecw"
0067                 label="@string/remote_action_circlecw"
0068                 priority="7"
0069                 repeatable="true"
0070                 repeatable_interval="short"
0071                 trigger_key="F11">
0072                 <preference name="gesture" value="circle_cw"/>
0073         </action>
0074 
0075         <action
0076                 id="remote_action_circleccw"
0077                 label="@string/remote_action_circleccw"
0078                 priority="8"
0079                 repeatable="true"
0080                 repeatable_interval="short"
0081                 trigger_key="F12">
0082                 <preference name="gesture" value="circle_ccw"/>
0083         </action>
0084 
0085 </remote-actions>