Search found 7 matches

by AutoHelpKey
17 Mar 2023, 17:15
Forum: Ask for Help (v1)
Topic: Auto-corrector wildcard
Replies: 2
Views: 278

Auto-corrector wildcard

Been using version 1.1 for a few years now, and I was looking through my code, trying to think of a way to clean it up. I've come across a lot of spelling corrections i've manually entered and thought it could be improved. An example I have: Code: :*:kjnow::know :*:kknow::know :*:knnow::know What I ...
by AutoHelpKey
17 Mar 2023, 12:29
Forum: Ask for Help (v1)
Topic: Shortcut for crop option
Replies: 6
Views: 453

Re: Shortcut for crop option

In case anybody in future wants to know, the feature to make crop a shortcut isn't available on google slides. I'd recommend everybody who wants a shortcut for google slides to add a feature request in the help slides improve bit, maybe one day they will add this ability.
by AutoHelpKey
07 Feb 2023, 07:36
Forum: Ask for Help (v1)
Topic: Shortcut for crop option
Replies: 6
Views: 453

Re: Shortcut for crop option

Thanks for your reply. Having looked at the google slides documentation: https://support.google.com/docs/answer/1696717?hl=en&co=GENIE.Platform%3DDesktop#zippy=%2Cpc-shortcutshttps://support.google.com/docs/answer/1696717?hl=en&co=GENIE.Platform%3DDesktop#zippy=%2Cpc-shortcuts It doesn't look like t...
by AutoHelpKey
07 Feb 2023, 04:34
Forum: Ask for Help (v1)
Topic: Shortcut for crop option
Replies: 6
Views: 453

Re: Shortcut for crop option

Thanks for your reply! I am currently still using V1, haven't made the update to V2 yet, might be the time to do so. I should have been more clear also, I meant google slides, not powerpoint. That's my mistake. I have attempted to modify your code to the following, which didn't work. If WinActive ah...
by AutoHelpKey
06 Feb 2023, 12:06
Forum: Ask for Help (v1)
Topic: Shortcut for crop option
Replies: 6
Views: 453

Shortcut for crop option

Been using autohotkey a lot to help with automation of responses etc. I have to create a report with screenshots, which isn't a problem to use a shortcut for the first screenshot (win + shift + s). When on the slideshow document (pptx) sometimes I have to crop the image further, which requires right...
by AutoHelpKey
29 Sep 2022, 03:08
Forum: Ask for Help (v1)
Topic: Pasting Clipboard loop
Replies: 4
Views: 740

Re: Pasting Clipboard loop

Hi guys, Thank you for your help The following (with the advice of Lepes) seems to work. ;#b:: Loop, parse, clipboard , "`n" { ;MsgBox, % A_LoopField send %A_LoopField% if (A_LoopField == ".com") ;will add other domains once working Send {Enter} sleep, 1000 ;delay in ms } Return What is confusing th...
by AutoHelpKey
28 Sep 2022, 09:00
Forum: Ask for Help (v1)
Topic: Pasting Clipboard loop
Replies: 4
Views: 740

Pasting Clipboard loop

I have been trying different methods for a while to solve an issue (see below code) I have a task that I need to select an email, pasted it into a box, press enter and then repeat. Unfortunately I can't type all the required emails into the submit box at once, and autohotkey seems to be typing too q...

Go to advanced search