Search found 314 matches

by reverberation
10 Jun 2021, 18:09
Forum: Ask for Help (v1)
Topic: Keyboard shortcut to select all text in code block?
Replies: 6
Views: 729

Re: Keyboard shortcut to select all text in code block?

is it possible not to hard-code it? that is, wherever my mouse hovers over, that is the code block I want to copy-all.
by reverberation
09 Jun 2021, 19:50
Forum: Ask for Help (v1)
Topic: How to use AutoHotkey to fix outlook keyboard shortcuts?
Replies: 17
Views: 1128

How to use AutoHotkey to fix outlook keyboard shortcuts?

There are 2 variations of the Outlook Reminder - one that comes with "Join Online" and one that doesn't. Rightfully, pressing "D" should dismiss either notification, but it only works in the first and not the second. Any idea what I can do to fix this annoyance?
image.png
image.png (21.66 KiB) Viewed 1128 times
image.png
image.png (44.04 KiB) Viewed 1128 times
by reverberation
09 Nov 2020, 23:22
Forum: Ask for Help (v1)
Topic: Emoji replacements not working on FB?
Replies: 4
Views: 401

Re: Emoji replacements not working on FB?

yeah I read both posts. this means I have to redo all of my emojis specifically for FB in unicode, and there's no workaround right?
by reverberation
08 Nov 2020, 21:24
Forum: Ask for Help (v1)
Topic: Emoji replacements not working on FB?
Replies: 4
Views: 401

Emoji replacements not working on FB?

I just noticed my emojis work everywhere but not on FB. It displays "????" instead of 👍🏼. Is there anything I can do to fix it in FB?

Code: Select all

#Hotstring K10 SE
::;y::👍🏼
by reverberation
03 Nov 2020, 01:25
Forum: Ask for Help (v1)
Topic: Prevent Alt key from triggering menu button in Opera
Replies: 3
Views: 450

Re: Prevent Alt key from triggering menu button in Opera

I've tried the above before but it still triggers the menu button after releasing Alt.
by reverberation
02 Nov 2020, 01:19
Forum: Ask for Help (v1)
Topic: Prevent Alt key from triggering menu button in Opera
Replies: 3
Views: 450

Prevent Alt key from triggering menu button in Opera

I have the code below to adjust video speed in Opera. The downside is every time I lift off Alt, the menu gets triggered. How do I prevent this from happening, while still maintaining Alt as the menu button in Opera? Separately, I realised I cannot use multiple modifier keys to have additional short...
by reverberation
02 Nov 2020, 01:12
Forum: Ask for Help (v1)
Topic: Auto-click on Google Search Result 1 after entering query
Replies: 2
Views: 415

Auto-click on Google Search Result 1 after entering query

Is there any AHK automation I can use to click on 1ˢᵗ result after I enter my search query?
by reverberation
26 Oct 2020, 20:58
Forum: Ask for Help (v1)
Topic: How to detect different webpages with the exact same URL?
Replies: 1
Views: 224

How to detect different webpages with the exact same URL?

2 Scenarios: 1. Is there an equivalent IfWinActive command for URLs? i.e. I only want my hotkey to be active if the URL is gmail.com/compose/* (* being the wildcard) 2. If the URL doesn't change when navigating through sub-pages, what is the best / most reliable way to "detect" the page and have con...
by reverberation
25 Oct 2020, 20:12
Forum: Forum Issues
Topic: Subforums can no longer be sorted by Most replies/views?
Replies: 3
Views: 1085

Subforums can no longer be sorted by Most replies/views?

I recall I used to be able to do that. Any workaround for this? ☹️
image.png
image.png (48.78 KiB) Viewed 1085 times
by reverberation
25 Oct 2020, 20:11
Forum: Ask for Help (v1)
Topic: Edit existing hotstrings without opening script
Replies: 4
Views: 482

Re: Edit existing hotstrings without opening script

no worries. looking for any other suggestions, if any.
by reverberation
22 Oct 2020, 18:17
Forum: Ask for Help (v1)
Topic: Reformatting lists from Evernote to Telegram/Word Topic is solved
Replies: 11
Views: 794

Re: Reformatting lists from Evernote to Telegram/Word Topic is solved

As your previous images showed, the code I posted assumed that you already copied the text from Acrobat to the clipboard. There it is proccesed by two regexes and once done pasted into the active window: Needle = (?<!\v)\R(?!\R) clipboard := RegExReplace(RegExReplace(clipboard, Needle, " "), " +", ...
by reverberation
22 Oct 2020, 18:10
Forum: Ask for Help (v1)
Topic: Edit existing hotstrings without opening script
Replies: 4
Views: 482

Re: Edit existing hotstrings without opening script

mikeyww wrote:
22 Oct 2020, 06:55
Hotstring Helper might help.
This was the exact script I used. The issue is for edits to existing hotstrings, I have to open the full script, search for the term & replace the original with the new keyword.
by reverberation
22 Oct 2020, 03:55
Forum: Ask for Help (v1)
Topic: Edit existing hotstrings without opening script
Replies: 4
Views: 482

Edit existing hotstrings without opening script

I currently have this script to add new hotstrings for text replacement. I was wondering how to improve it by allowing it to edit or replace existing hotstrings without opening my script? For example, if I already added ::ach::achieve and if I were to trigger #h and in the dialog I use: ::ach::accom...
by reverberation
21 Oct 2020, 22:25
Forum: Ask for Help (v1)
Topic: Reformatting lists from Evernote to Telegram/Word Topic is solved
Replies: 11
Views: 794

Re: Reformatting lists from Evernote to Telegram/Word Topic is solved

May I check if I modified the script correctly? Tried pasting from Acrobat to Evernote but it still shows the same line breaks in the PDF. f11:: ;Pasting text from Acrobat !v:: Needle = (?<!\v)\R(?!\R) r := % RegExReplace(RegExReplace(clipboard, Needle, " "), " +", " ") clipboard := r SendInput ^v r...
by reverberation
21 Oct 2020, 21:58
Forum: Ask for Help (v1)
Topic: Keep window maximized Topic is solved
Replies: 13
Views: 2572

Re: Keep window maximized Topic is solved

What kind of commands will prevent this script from running? I noticed only if I paste this in a standalone .ahk file, it works. If I paste it at the start or end of my Master script (3K+ lines, thus super hard to debug), it doesn't work at all.
by reverberation
21 Oct 2020, 21:47
Forum: Ask for Help (v1)
Topic: How to - always insert new code ABOVE a certain line
Replies: 1
Views: 216

How to - always insert new code ABOVE a certain line

I have a text expansion script that I use to add new hotkeys regularly. In my script, I also have this line near the bottom: ;Main code all above ; Emoticons below #Hotstring K10 SE :R:;chick::🐔 :R:;egg::🥚 ... How do I get my hotkey script to insert only new lines ABOVE the #Hotstring line?
by reverberation
20 Oct 2020, 18:08
Forum: Ask for Help (v1)
Topic: Reformatting lists from Evernote to Telegram/Word Topic is solved
Replies: 11
Views: 794

Re: Reformatting lists from Evernote to Telegram/Word Topic is solved

Hmm, I just tested again copying from Acrobat to Evernote but still getting the same output:

Image
by reverberation
20 Oct 2020, 17:58
Forum: Ask for Help (v1)
Topic: Keep window maximized Topic is solved
Replies: 13
Views: 2572

Re: Keep window maximized Topic is solved

Thanks all - is this correct now? Still doesn't seem to be working. Would also like to ask whether it is possible to maximize the window in the background, so I won't be distracted when I'm working on other windows? Max: IfWinExist, ahk_class ZPContentViewWndClass { SetTimer, Max, 1000 WinGet, MinMa...
by reverberation
19 Oct 2020, 21:33
Forum: Ask for Help (v1)
Topic: Keep window maximized Topic is solved
Replies: 13
Views: 2572

Re: Keep window maximized Topic is solved

I just tried this on a Zoom meeting but it doesn't seem to work. Any idea why?

Code: Select all

 SetTimer, Max, 1000
Return
Max:
IfWinExist, ahk_class ZPContentViewWndClass
{
	WinGet, MinMax, MinMax
	If !MinMax
		WinMaximize
}
Return

Go to advanced search