Search found 9 matches

by ahkonfused
11 Jul 2022, 12:51
Forum: Ask for Help (v1)
Topic: Is there a way to detect if text is highlighted? Topic is solved
Replies: 4
Views: 815

Is there a way to detect if text is highlighted? Topic is solved

I've got a code to enclose highlighted text in brackets, but I want it to be the same hotkey as the opening brackets key for intuitivity.

Is there a way to detect whether any text is highlighted such that
- if false, send bracket
- if true, run code to bracket text

Thanks
by ahkonfused
03 Jul 2022, 10:40
Forum: Ask for Help (v1)
Topic: Connect to bluetooth headset via shortcut Topic is solved
Replies: 33
Views: 12073

Re: Connect to bluetooth headset via shortcut Topic is solved

This script just turns on and turns off Handsfree and audio sink services for bluetooth device. So You need to see which services are used by Your device, turn off them manually and check if it disables sound. If You can disable them manually then You need to test does script disables them. Also ch...
by ahkonfused
03 Jul 2022, 09:28
Forum: Ask for Help (v1)
Topic: Only activate when Windows Media Overlay showing?
Replies: 0
Views: 216

Only activate when Windows Media Overlay showing?

I've set up a hotkey to click the Windows Media Overlay arrow (that only shows up when there are multiple sources active) As far as I could tell there was no way to trigger it via a keyboard shortcut so I resorted to clicking co-ordinates. https://filestore.community.support.microsoft.com/api/images...
by ahkonfused
02 Jul 2022, 20:15
Forum: Ask for Help (v1)
Topic: Reverse the order apps cycled?
Replies: 1
Views: 289

Reverse the order apps cycled?

I want to run this script to rotate between windows of the active app. But as constructed it cycles the least recent first. How would I edit it to do the opposite and get the most recent window first? !`:: WinGet, ActiveProcess, ProcessName, A WinGet, OpenWindowsAmount, Count, ahk_exe %ActiveProcess...
by ahkonfused
02 Jul 2022, 16:19
Forum: Ask for Help (v1)
Topic: Stop shift including itself in remapping? Topic is solved
Replies: 2
Views: 404

Stop shift including itself in remapping? Topic is solved

I want to use Shift as a modifier but it is transferring itself to the final result.

For example +Numpad1::8 would give * instead of 8.
How do I prevent this?
by ahkonfused
30 Jun 2022, 04:57
Forum: Ask for Help (v1)
Topic: Merging different scripts into a Master Script? Topic is solved
Replies: 2
Views: 458

Re: Merging different scripts into a Master Script? Topic is solved

See: auto-execute section You have a few things you need to put at top just like you did for running as admin. HTH Thanks for the resource! Do you mind walking me through what I need to do in this instance? I removed the redundancies but I don't see what else would need to be put at the top? Edit: ...
by ahkonfused
29 Jun 2022, 21:41
Forum: Ask for Help (v1)
Topic: Merging different scripts into a Master Script? Topic is solved
Replies: 2
Views: 458

Merging different scripts into a Master Script? Topic is solved

Hi I'm brand new to this and don't have much coding experience. I thought I could paste different scripts I find on the internet into one big script if I separated them (with return), however the second part doesn't appear to work despite it being fine when in a separate script. I wracked my head se...

Go to advanced search