Search found 84 matches

by imkira3
28 Jan 2023, 20:18
Forum: Ask for Help (v2)
Topic: Tooltip closes early sometimes Topic is solved
Replies: 7
Views: 677

Re: Tooltip closes early sometimes Topic is solved

Ok so it turns out it doesn't switch back to windows marked as "On Top"
by imkira3
28 Jan 2023, 20:13
Forum: Ask for Help (v2)
Topic: Tooltip closes early sometimes Topic is solved
Replies: 7
Views: 677

Re: Tooltip closes early sometimes Topic is solved

Its supposed to shift to taskbar, do tooltip, then switch back to whatever app you had focus on
by imkira3
28 Jan 2023, 20:03
Forum: Ask for Help (v2)
Topic: Tooltip closes early sometimes Topic is solved
Replies: 7
Views: 677

Re: Tooltip closes early sometimes Topic is solved

Oh wow that worked nicely, thanks! Now I just need to figure out why !{Esc} isn't switching back to the previous app. It works sometimes, but sometimes not. It's very odd
by imkira3
28 Jan 2023, 18:44
Forum: Ask for Help (v2)
Topic: Tooltip closes early sometimes Topic is solved
Replies: 7
Views: 677

Tooltip closes early sometimes Topic is solved

The title pretty much says it all, the tooltip is supposed to close after 10 seconds, but about a quarter of the time it closes early and I can't figure out why, I'm sure my syntax is perfect ; Settings A_NumLock := "NumLock`rCtrl = Pause`rWin = Control Panel (System)`rAlt = Process Explorer" A_Tool...
by imkira3
28 Jan 2023, 04:13
Forum: Ask for Help (v2)
Topic: Trying to figure out the syntax for continuous sections
Replies: 6
Views: 548

Re: Trying to figure out the syntax for continuous sections

There isn’t one. As I said, it’s not allowed. You could make an expression where you call several functions in the same line, but that’s not the same as combining lines into one. That sounds promising, and it might save space too. I don't mind having supplemental code above or below the list of bin...
by imkira3
28 Jan 2023, 04:00
Forum: Ask for Help (v2)
Topic: Trying to figure out the syntax for continuous sections
Replies: 6
Views: 548

Re: Trying to figure out the syntax for continuous sections

Then I will try and find another method that works
by imkira3
28 Jan 2023, 03:57
Forum: Ask for Help (v2)
Topic: Trying to figure out the syntax for continuous sections
Replies: 6
Views: 548

Re: Trying to figure out the syntax for continuous sections

I'm used to using one line per bind, it's easy to organize. I was hoping to find a simple method to do so, and why would I not think a character that's meant to represent a line break would act as one? I do something similar in Notepad++ using \r\n
by imkira3
28 Jan 2023, 03:07
Forum: Ask for Help (v2)
Topic: Trying to figure out the syntax for continuous sections
Replies: 6
Views: 548

Trying to figure out the syntax for continuous sections

I'm trying to put a multi-line script onto a single line. I have tried && and `r and `n and `r `n, it looks like `r is newline but I keep getting errors no matter what I try. I can't seem to find detailed information on this anywhere. Here is the code, I'm trying to combine lines 3-7 A_NumLock := "T...
by imkira3
23 Jan 2023, 18:49
Forum: Scripts and Functions (v1)
Topic: The imkira3 Keyboard Design v2 (For AutoHotkey v1 & v2)
Replies: 0
Views: 100059

The imkira3 Keyboard Design v2 (For AutoHotkey v1 & v2)

Sorry for the double post, but this belongs in both the v1 and v2 sections. I have been working hard on making the best possible use of my numpad. It seemed an ideal place to make buttons for some of your most used hotkeys and programs. The first version was just something I made to help me transcri...
by imkira3
23 Jan 2023, 18:01
Forum: Scripts and Functions (v2)
Topic: imkira3Keys v5 - A Collection of Tools Designed to Make Everyday Tasks Easier, Including Workflow, Gaming and Media
Replies: 14
Views: 104330

Re: The imkira3 Keyboard Design v2 (For AutoHotkey v1 & v2)

Okay, this is cool, I just made a really cool edit. Normally I wouldn't edit a script after a release, but since it's been less than 24 hours I'll make an exception. The new code will work on AHK v1 and v2! Since it's all binds it was easy, only trouble I had was with the Home Folder button. That wa...
by imkira3
23 Jan 2023, 15:56
Forum: Scripts and Functions (v2)
Topic: imkira3Keys v5 - A Collection of Tools Designed to Make Everyday Tasks Easier, Including Workflow, Gaming and Media
Replies: 14
Views: 104330

Re: The imkira3 Keyboard Design v2 (For AutoHotkey v2)

I like to archive everything I make with archive.org. You can as a separate matter make any personal archive or backup you want. Doesn't mean you have to make posts here with direct links to that third party archive. Yeah I could have posted the images that way You can still edit your post and chan...
by imkira3
23 Jan 2023, 12:24
Forum: Scripts and Functions (v2)
Topic: imkira3Keys v5 - A Collection of Tools Designed to Make Everyday Tasks Easier, Including Workflow, Gaming and Media
Replies: 14
Views: 104330

Re: The imkira3 Keyboard Design v2 (For AutoHotkey v2)

Don't trust random EXE launchers? Good call, here is instructions to make your own then. Simply create a .bat file with the following code [...] Now download Bat to Exe Creator" ... which is another random EXE file you've put on mediafire it seems! I think a better way is provide the source for all...
by imkira3
23 Jan 2023, 06:02
Forum: Ask for Help (v2)
Topic: Fixing the %A_UserName% issue when AHK is elevated Topic is solved
Replies: 16
Views: 1483

Re: Fixing the %A_UserName% issue when AHK is elevated Topic is solved

You didn’t say you were using v2. This is the v1 section of the forum. That explains it. You are double-dereferencing it because you are trying to write it as v1 code where you would need to put % around it using legacy/command syntax. So remove the % and just use A_UserName (and related variables)...
by imkira3
23 Jan 2023, 05:58
Forum: Scripts and Functions (v2)
Topic: imkira3Keys v5 - A Collection of Tools Designed to Make Everyday Tasks Easier, Including Workflow, Gaming and Media
Replies: 14
Views: 104330

imkira3Keys v5 - A Collection of Tools Designed to Make Everyday Tasks Easier, Including Workflow, Gaming and Media

Welcome to imkira3Keys, a collection of tools designed to make everyday tasks easier, including workflow, gaming and media. Learn the hotkeys associated with a button by pressing it while holding shift, a brief description will show in the corner. Skip Forward/Backward or Pause/Play or Next/Previous...
by imkira3
23 Jan 2023, 00:14
Forum: Ask for Help (v2)
Topic: Fixing the %A_UserName% issue when AHK is elevated Topic is solved
Replies: 16
Views: 1483

Re: Fixing the %A_UserName% issue when AHK is elevated Topic is solved

Well I found another workaround, and while were still not fixing the issue it's very close to a fix. Codes can be altered to reflect this easily enough. I was hoping for a standalone code that could go above any script and fix the issue, but since A_UserName is readonly, this will hove to do: B_Use...
by imkira3
22 Jan 2023, 22:42
Forum: Ask for Help (v2)
Topic: Fixing the %A_UserName% issue when AHK is elevated Topic is solved
Replies: 16
Views: 1483

Re: Fixing the %A_UserName% issue when AHK is elevated Topic is solved

Well I found another workaround, and while were still not fixing the issue it's very close to a fix. Codes can be altered to reflect this easily enough. I was hoping for a standalone code that could go above any script and fix the issue, but since A_UserName is readonly, this will hove to do: B_User...
by imkira3
22 Jan 2023, 21:55
Forum: Ask for Help (v2)
Topic: Fixing the %A_UserName% issue when AHK is elevated Topic is solved
Replies: 16
Views: 1483

Re: Fixing the %A_UserName% issue when AHK is elevated Topic is solved

What reason is there to change the value of A_UserName instead of just using the variable username? No nvm I guess it didn't work, says call to nonexistent function when I delete line 2. Besides, just creating a new variable with the information wouldn't fix any other scripts designed to operate wi...
by imkira3
22 Jan 2023, 20:41
Forum: Ask for Help (v2)
Topic: Fixing the %A_UserName% issue when AHK is elevated Topic is solved
Replies: 16
Views: 1483

Re: Fixing the %A_UserName% issue when AHK is elevated Topic is solved

So if I try using DLLCall it almost works, but there is one problem. It seams I can't change the value for A_UserName. Any way to change this variables readonly status? The error I receive is: Error: This built-in variable cannot be used as an output variable. Specifically: A_UserName And the Code i...
by imkira3
21 Jan 2023, 14:46
Forum: Ask for Help (v2)
Topic: Fixing the %A_UserName% issue when AHK is elevated Topic is solved
Replies: 16
Views: 1483

Re: Fixing the %A_UserName% issue when AHK is elevated Topic is solved

So your saying the issue is not present if your using the Administrator account? Okay, that's interesting, but you know it's a major security risk. Doing so disables the UAC popup, so programs and viruses can't open with administrative privileges in the background, without your notice. No, I didn’t...
by imkira3
21 Jan 2023, 14:23
Forum: Ask for Help (v2)
Topic: Fixing the %A_UserName% issue when AHK is elevated Topic is solved
Replies: 16
Views: 1483

Re: Fixing the %A_UserName% issue when AHK is elevated Topic is solved

*can open* is what I meant to say. The Administrator account is disabled by default for a reason

Go to advanced search