Auto comment on google classroom

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
gridlewald
Posts: 2
Joined: 16 Sep 2018, 18:28

Auto comment on google classroom

16 Sep 2018, 18:41

High school teacher here. I've been using google classroom to grade assignments and the google doc comment feature. However, when grading over 100 lab reports, I comment the same thing quite a bit. I would love a macro that opens the comment box, types a phrase, hits tab, and then submits the comment. So the full macro would be.

I press num pad 1:
- ctrl + alt + m (opens comment)
- "message gets typed"
- tab
- enter

I'd love to have a few scripts for each number key that I could change the message for, or a template I could adjust a few variables and copy.

I haven't really put much time into learning or researching ahk at all so I'm sorry if this has been asked a lot. Thank you for your help in advance!
Guest

Re: Auto comment on google classroom

28 Sep 2018, 02:10

Code: Select all

 ^!m: ;- ctrl + alt + m (opens comment)
Send "Message gets typed ;- "message gets typed"
Send {tab} ;- tab
Send {enter} ;- enter
Return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: RandomBoy, Rohwedder and 392 guests