mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 18:30:50 +02:00
add <,>,V,Λ gestures
This commit is contained in:
parent
0c0d90a357
commit
5669279c64
4 changed files with 120 additions and 8 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
<resources>
|
||||
<!-- Default Apps for different actions (button-press, swipes ...) -->
|
||||
<string-array name="no_default">
|
||||
</string-array>
|
||||
|
||||
<!-- Back - Apps list -->
|
||||
<string-array name="default_back">
|
||||
|
|
|
@ -59,6 +59,24 @@
|
|||
<string name="settings_gesture_description_down_left_edge">Swipe down at the left edge of the screen</string>
|
||||
<string name="settings_gesture_down_right_edge">Down (Right Edge)</string>
|
||||
<string name="settings_gesture_description_down_right_edge">Swipe down at the right edge of the screen</string>
|
||||
|
||||
<string name="settings_gesture_swipe_larger"><![CDATA[>]]></string>
|
||||
<string name="settings_gesture_description_swipe_larger">Top left -> mid right -> bottom left</string>
|
||||
<string name="settings_gesture_swipe_larger_reverse"><![CDATA[> (reverse)]]></string>
|
||||
<string name="settings_gesture_description_swipe_larger_reverse">Bottom left -> mid right -> top left</string>
|
||||
<string name="settings_gesture_swipe_smaller"><![CDATA[<]]></string>
|
||||
<string name="settings_gesture_description_swipe_smaller">Top right -> mid left -> bottom right</string>
|
||||
<string name="settings_gesture_swipe_smaller_reverse"><![CDATA[< (reverse)]]></string>
|
||||
<string name="settings_gesture_description_swipe_smaller_reverse">Bottom right -> mid left -> top right</string>
|
||||
<string name="settings_gesture_swipe_v">V</string>
|
||||
<string name="settings_gesture_description_swipe_v">Top left -> bottom mid -> top right</string>
|
||||
<string name="settings_gesture_swipe_v_reverse">V (reverse)</string>
|
||||
<string name="settings_gesture_description_swipe_v_reverse">Top right -> bottom mid -> top left</string>
|
||||
<string name="settings_gesture_swipe_lambda">Λ</string>
|
||||
<string name="settings_gesture_description_swipe_lambda">Bottom left -> top mid -> bottom right</string>
|
||||
<string name="settings_gesture_swipe_lambda_reverse">Λ (reverse)</string>
|
||||
<string name="settings_gesture_description_swipe_lambda_reverse">Bottom right -> top mid -> bottom left</string>
|
||||
|
||||
<string name="settings_gesture_vol_up">Volume Up</string>
|
||||
<string name="settings_gesture_description_vol_up">Press the volume up button</string>
|
||||
<string name="settings_gesture_vol_down">Volume Down</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue