Search found 7 matches

by mumulu
16 Jan 2024, 11:03
Forum: Ask for Help (v1)
Topic: Replacing space inside a string?
Replies: 12
Views: 3238

Re: Replacing space inside a string?

Hi, thank you for your swift reply. However, in your script, I guess, it works only when you type those characters. What I want to do is: I want to replace a single hyphen, which is surrounded by a space on either side with an n-dash surrounded by a space on either side, when the text is already the...
by mumulu
15 Jan 2024, 17:13
Forum: Ask for Help (v1)
Topic: Replacing space inside a string?
Replies: 12
Views: 3238

Re: Replacing space inside a string?

I have a similar problem

how can I replace a string like " - " (space hyphen space) by " – " (space n-dash space), and that for all instances in a text?
by mumulu
07 Apr 2023, 10:48
Forum: Skripte und Funktionen
Topic: Google Übersetzer Gui v.(03.11.23)
Replies: 16
Views: 10994

Re: Project Google Übersetzer Gui v.(22.04.20)

Hallo, da jemand fragte, ob man auch so einen Übersetzer für DeepL kreieren könnte, unter https://www.autohotkey.com/boards/viewtopic.php?f=76&t=102925&sid=9d2daf9f40745f510ac21422b2418ea0&start=20 findet man schon Code, den man verwenden könnte. Leider habe ich nicht viel Ahnung, um diesen zu verwe...
by mumulu
07 Apr 2023, 10:37
Forum: Skripte und Funktionen
Topic: Google Übersetzer Gui v.(03.11.23)
Replies: 16
Views: 10994

Re: Project Google Übersetzer Gui v.(22.04.20)

Hallo, vielen Dank für das tolle Skript. Könntest du das Skript dahingehend erweitern, dass man – statt die GUI aufzurufen – den markierten Text einfach durch die Übersetzung von Google ersetzt? Also beispielsweise durch Drücken von Alt+T? Wäre das machbar? Viele Grüße mumulu Hallo und danke fürs Co...
by mumulu
04 Apr 2023, 10:28
Forum: Ask for Help (v1)
Topic: Translating with Deepl API
Replies: 38
Views: 6506

Re: Translating with Deepl API

Thank you for this script. I am just not sure how to embed this script when I want to hit a keyboard shortcut (e.g. Alt + T) to replace highlighted text by the DeepL translation. Could anybody please help me? Should work something like this. StringCaseSense, On text := "Hello, World! " id := 1234000...
by mumulu
20 Mar 2023, 10:57
Forum: Ask for Help (v1)
Topic: Translating with Deepl API
Replies: 38
Views: 6506

Re: Translating with Deepl API

Thank you for this script. I am just not sure how to embed this script when I want to hit a keyboard shortcut (e.g. Alt + T) to replace highlighted text by the DeepL translation. (Of course, we would then skip the alternative translations DeepL sometimes offers additionally.)
by mumulu
17 Mar 2023, 14:28
Forum: Ask for Help (v1)
Topic: Making this awesome Google Translate Script work for DeepL Topic is solved
Replies: 40
Views: 12773

Re: Making this awesome Google Translate Script work for DeepL Topic is solved

As to a working DeepL script (Alt + T), it is possible to get a free API key from DeepL (for developers). You get 500,000 characters per month. I tried a script, it still has errors because I am very bad in scripting. Maybe there are only some silly errors and somebody with more knowledge can make i...

Go to advanced search