pull/358/head
Alessandro Greco 2024-08-30 11:11:41 +02:00
parent bf1cf5957b
commit 777d28a254
2 changed files with 19 additions and 23 deletions

View File

@ -2,14 +2,10 @@
This script can be used to change a reminder name really fast using an iPhone, so iOS system. This script can be used to change a reminder name really fast using an iPhone, so iOS system.
**Category**: Execution
## Description
This script can be used to change a reminder name really fast using an iPhone, so iOS system.
Open search bar, then open the REMINDER app (I used the italian name so 'Promemoria'), then delete what is (hidden) stored and write the number, then call it. Open search bar, then open the REMINDER app (I used the italian name so 'Promemoria'), then delete what is (hidden) stored and write the number, then call it.
**Category**: Execution
## Dependencies ## Dependencies
* The phone must be unlocked * The phone must be unlocked
@ -24,19 +20,19 @@ Open search bar, then open the REMINDER app (I used the italian name so 'Promemo
- You need to change the name of the application according to the language you have on your phone. - You need to change the name of the application according to the language you have on your phone.
```DuckyScript ```DuckyScript
[20] DEFINE #REMINDER-APP-NAME [21] DEFINE #REMINDER-APP-NAME
``` ```
- You should know the old name of the reminder that you want to change - You should know the old name of the reminder that you want to change
```DuckyScript ```DuckyScript
[22] DEFINE #OLD-REMINDER-NAME example [23] DEFINE #OLD-REMINDER-NAME example
``` ```
- Here you should set the new reminder name - Here you should set the new reminder name
```DuckyScript ```DuckyScript
[24] DEFIN #NEW-REMINDER-NAME example [25] DEFIN #NEW-REMINDER-NAME example
``` ```
## Credits ## Credits

View File

@ -1,13 +1,14 @@
REM ################################################# REM_BLOCK
REM # | #################################################
REM # Title : Edit A Reminder On An iPhone | # #
REM # Author : Aleff | # Title : Edit A Reminder On An iPhone #
REM # Version : 1.0 | # Author : Aleff #
REM # Category : Execution | # Version : 1.0 #
REM # Target : iPhone | # Category : Execution #
REM # | # Target : iPhone #
REM ################################################# # #
#################################################
END_REM
REM Requirements: REM Requirements:
REM - The phone must be unlocked REM - The phone must be unlocked
@ -23,10 +24,10 @@ DEFINE #OLD-REMINDER-NAME example
REM Here you should set the new reminder name REM Here you should set the new reminder name
DEFIN #NEW-REMINDER-NAME example DEFIN #NEW-REMINDER-NAME example
DELAY 500
GUI SPACE GUI SPACE
DELAY 300 DELAY 300
STRING #REMINDER-APP-NAME STRINGLN #REMINDER-APP-NAME
ENTER
DELAY 2000 DELAY 2000
GUI f GUI f
DELAY 1000 DELAY 1000
@ -36,7 +37,6 @@ TAB
DELAY 500 DELAY 500
GUI a GUI a
BACKSPACE BACKSPACE
STRING #NEW-REMINDER-NAME STRINGLN #NEW-REMINDER-NAME
ENTER
DELAY 500 DELAY 500
GUI h GUI h