Search found 16 matches

by xkooll
17 Mar 2021, 12:23
Forum: Ask for Help (v1)
Topic: What's the best approach to click a item within context menu? Topic is solved
Replies: 7
Views: 1668

Re: What's the best approach to click a item within context menu? Topic is solved

First of all, I am not sure how a hotkey + click is faster than right-click + click on "Open with Code". Because I don't have to get my right hand out of the keyboard to reach the mouse :) Secondly, you can choose default programs for certain file types Sometimes I want to open a selected folder wi...
by xkooll
17 Mar 2021, 01:05
Forum: Ask for Help (v1)
Topic: What's the best approach to click a item within context menu? Topic is solved
Replies: 7
Views: 1668

What's the best approach to click a item within context menu? Topic is solved

Hello everybody, Whenever I'm using file explorer or tools such as everything.exe, I constantly find myself selecting a file, using the context menu (Shift+F10) and selecting "Open with Code" A screenshot with the section I want to target: https://imgur.com/6s7vFwU It got me thinking of how can I cu...
by xkooll
27 Feb 2021, 10:56
Forum: Ask for Help (v1)
Topic: Can I use regex with #IfWinActive? Topic is solved
Replies: 2
Views: 713

Re: Can I use regex with #IfWinActive? Topic is solved

Sorry, It works! I have done something wrong before, maybe some spelling error :D

solved.
by xkooll
16 Feb 2021, 22:55
Forum: Ask for Help (v1)
Topic: Can I use regex with #IfWinActive? Topic is solved
Replies: 2
Views: 713

Can I use regex with #IfWinActive? Topic is solved

Hello everybody I'm trying to set up some hotkeys for a window where the title is not static, it changes to three patterns from time to time, then I decided to use a regular expression to match any of the three patterns. But for some reason it doesn't work Example: The title of my window sometimes i...
by xkooll
30 Jan 2021, 20:35
Forum: Ask for Help (v1)
Topic: How to convert the first letter of a string to lowercase Topic is solved
Replies: 7
Views: 569

Re: How to convert the first letter of a string to lowercase Topic is solved

mikeyww wrote:
30 Jan 2021, 14:21
$0 is the substring that matched the entire pattern
Details: RegExReplace

In this case, the entire pattern-- that which matches the regex-- is the first character, when that character is also a word character.

Thank you for the message

topic solved :)
by xkooll
30 Jan 2021, 12:43
Forum: Ask for Help (v1)
Topic: How to convert the first letter of a string to lowercase Topic is solved
Replies: 7
Views: 569

Re: How to convert the first letter of a string to lowercase Topic is solved

Hey, Thank you, both solutions work!

I just got a little curious to know how the first solution works, I don't understand the part that says $L0, it doesn't seem like regex
by xkooll
30 Jan 2021, 12:01
Forum: Ask for Help (v1)
Topic: How to convert the first letter of a string to lowercase Topic is solved
Replies: 7
Views: 569

How to convert the first letter of a string to lowercase Topic is solved

Hello everybody I want to be able to convert only the first letter of my string to lowercase

Here is a example, let's say I have a variable string with the value "ABCDE", I want to transform that string into "aBCDE"

How can I do that?
by xkooll
24 Jan 2021, 14:28
Forum: Ask for Help (v1)
Topic: Create a indicator showing which window is activated
Replies: 8
Views: 712

Re: Create a indicator showing which window is activated

Hallo, try: blinkWindow() { WinGetPos, X, Y, W, H, A Gui, +AlwaysOnTop +E0x20 +LastFound +Toolwindow -Caption -DPIScale Gui, Color, 0xbaafaf WinSet, Transparent, 50 Gui, Show, NoActivate h%H% w%W% x%X% y%Y%, GUIID Sleep, 200 Gui, Destroy } WinGetActiveTitle, TitleWindow #Persistent SetTimer, active...
by xkooll
24 Jan 2021, 13:59
Forum: Ask for Help (v1)
Topic: Create a indicator showing which window is activated
Replies: 8
Views: 712

Re: Create a indicator showing which window is activated

Hallo, try: blinkWindow() { WinGetPos, X, Y, W, H, A Gui, +AlwaysOnTop +E0x20 +LastFound +Toolwindow -Caption -DPIScale Gui, Color, 0xbaafaf WinSet, Transparent, 50 Gui, Show, NoActivate h%H% w%W% x%X% y%Y%, GUIID Sleep, 200 Gui, Destroy } WinGetActiveTitle, TitleWindow #Persistent SetTimer, active...
by xkooll
24 Jan 2021, 13:58
Forum: Ask for Help (v1)
Topic: Create a indicator showing which window is activated
Replies: 8
Views: 712

Re: Create a indicator showing which window is activated

Hallo, try: blinkWindow() { WinGetPos, X, Y, W, H, A Gui, +AlwaysOnTop +E0x20 +LastFound +Toolwindow -Caption -DPIScale Gui, Color, 0xbaafaf WinSet, Transparent, 50 Gui, Show, NoActivate h%H% w%W% x%X% y%Y%, GUIID Sleep, 200 Gui, Destroy } WinGetActiveTitle, TitleWindow #Persistent SetTimer, active...
by xkooll
24 Jan 2021, 11:26
Forum: Ask for Help (v1)
Topic: Create a indicator showing which window is activated
Replies: 8
Views: 712

Re: Create a indicator showing which window is activated

Hey , thanks for solutions, both works well I was trying to twerk the first one, instead of showing a tooltip I'm want to blink the window I'm focused on and then do nothing, unless I switch the window, then it must blink again. Here my code: blinkWindow() { WinGetPos, X, Y, W, H, A Gui Color, 0xbaa...
by xkooll
24 Jan 2021, 02:13
Forum: Ask for Help (v1)
Topic: Create a indicator showing which window is activated
Replies: 8
Views: 712

Create a indicator showing which window is activated

Hello everybody I like to work with multiple windows open side by side, sometimes is hard to tell which windows I'm currently on since the window animation to indicate it is too subtle. I want to create a script that helps me to visualize which window I'm currently on, it can be a simple Tooltip on ...
by xkooll
17 Jan 2021, 15:48
Forum: Ask for Help (v1)
Topic: Same hotkey used by multiple script files Topic is solved
Replies: 2
Views: 373

Same hotkey used by multiple script files Topic is solved

Hello everybody I have a series of custom hotkeys that I like to set up for each of my most used programs the way I organize it is for each program I create an .ahk file where I store those group of shortcuts the problem is that the same key combination cannot be used in another program that also ha...
by xkooll
07 Nov 2019, 20:02
Forum: About This Community
Topic: Guestbook: say hi, thank you, whatever!
Replies: 107
Views: 85820

Re: Guestbook: say hi, thank you, whatever!

Hello guys!

Go to advanced search