View Single Post
Old 02-24-2023, 01:50 AM   #2
hihohahi
Junior Member
hihohahi began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Feb 2023
Device: none
I have similar issue but with Arabic numbers. They randomly show up in my epub. I don't know any way to solve it so I made a simple macro AHK script and just run it every file.

Send, ^f ;press ctrl+F
Send {٢} ;type number 2 in arabic in FIND
Send {Enter} ;navigate to REPLACE
Send {Tab}
Send {2} ;type number 2
Send {Enter} ;navigate to REPLACE ALL
Send {Tab}
Sleep 300 ;wait 300 milisec inbetween otherwise it clicks too fast
Send {Tab}
Sleep 300
Send {Tab}
Sleep 300
Send {Tab}
Sleep 300
Send {Space}
Sleep 300
Send {Enter}
Sleep 300

The above is to replace ٢ with 2. repeat this for 0-9. it runs in about 20secs.
hihohahi is offline   Reply With Quote