replace new ID for S-Pen
This commit is contained in:
parent
62fbf56d60
commit
9be00dba55
1 changed files with 5 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
|||
actionset_label="@string/app_name"
|
||||
version="1.2">
|
||||
<action
|
||||
id="tachiyomi_sy_next_page"
|
||||
id="tachiyomi_kmk_next_page"
|
||||
label="@string/spen_next_page"
|
||||
priority="1"
|
||||
repeatable="true"
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
value="click" />
|
||||
</action>
|
||||
<action
|
||||
id="tachiyomi_sy_previous_page"
|
||||
id="tachiyomi_kmk_previous_page"
|
||||
label="@string/spen_previous_page"
|
||||
priority="2"
|
||||
repeatable="true"
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
value="double_click" />
|
||||
</action>
|
||||
<action
|
||||
id="tachiyomi_sy_back"
|
||||
id="tachiyomi_kmk_back"
|
||||
label="@string/action_webview_back"
|
||||
priority="3"
|
||||
repeatable="true"
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
value="circle_ccw" />
|
||||
</action>
|
||||
<action
|
||||
id="tachiyomi_sy_next_chapter"
|
||||
id="tachiyomi_kmk_next_chapter"
|
||||
label="@string/action_next_chapter"
|
||||
priority="4"
|
||||
repeatable="true"
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
value="swipe_right" />
|
||||
</action>
|
||||
<action
|
||||
id="tachiyomi_sy_previous_chapter"
|
||||
id="tachiyomi_kmk_previous_chapter"
|
||||
label="@string/action_previous_chapter"
|
||||
priority="5"
|
||||
repeatable="true"
|
||||
|
|
|
|||
Loading…
Reference in a new issue