Search found 131 matches

by Cr8zy_Ivan
24 Nov 2023, 03:04
Forum: Scripts and Functions (v1)
Topic: Automatic Mapping of All Monitors, Move & Resize Windows
Replies: 15
Views: 8248

Re: Automatic Mapping of All Monitors, Move & Resize Windows

chaoscreater , thank you for the detailed comment. It is much appreciated! As a very quick reply, not delving too much into the details right now, the "Linear Mapping" (if you will), of the Script should always starts at the Top Left, moving Rightwards, then continue the Numbering on next Row benea...
by Cr8zy_Ivan
26 Sep 2023, 11:03
Forum: Ask for Help (v1)
Topic: Selecting a File in Windows File Explorer
Replies: 4
Views: 694

Re: Selecting a File in Windows File Explorer

Wow, thank you so much! This is so helpful!
by Cr8zy_Ivan
25 Sep 2023, 15:37
Forum: Ask for Help (v1)
Topic: Selecting a File in Windows File Explorer
Replies: 4
Views: 694

Re: Selecting a File in Windows File Explorer

Oh sweet! Thank you colt As far as I understand it though, this Code works when you open a File Explorer Window. Is there a Script that could Select (Highlight) Files and Folders in an already open File Explorer Window? To be clear, this does serve my purpose. I was just wondering if there was other...
by Cr8zy_Ivan
25 Sep 2023, 13:29
Forum: Ask for Help (v1)
Topic: Selecting a File in Windows File Explorer
Replies: 4
Views: 694

Selecting a File in Windows File Explorer

I'm trying to write a Script that will open a Folder and have a specific File Selected. I can do it by selecting all files in the folder, copying the list of files to the Clipboard, and then manually move the file selection highlight, one by one, down the files in the folder, until I hit the file I'...
by Cr8zy_Ivan
09 Sep 2023, 11:13
Forum: Ask for Help (v1)
Topic: AutoHotkey & Activating the Ditto Software
Replies: 5
Views: 654

Re: AutoHotkey & Activating the Ditto Software

Ok man, thank you for the Ternary info. I have now added "Converting my If/Then Statements to Ternary Operator" to my ever-long list of improvements to implement 😄. For the Braces, I don't quite get the importance, or the difference in performance, when AHK interprets the Code as a Function (or Code...
by Cr8zy_Ivan
07 Sep 2023, 08:06
Forum: Ask for Help (v1)
Topic: AutoHotkey & Activating the Ditto Software
Replies: 5
Views: 654

Re: AutoHotkey & Activating the Ditto Software

Apologies for the late reply. And thank you for the suggestion! In AHK v1, braces that bound hotkey subroutines have no role and should be removed. Understood. But do the braces hinder the Code in any way? I prefer typing them in. I find it easier to recognize which parts of my code goes with what, ...
by Cr8zy_Ivan
06 Sep 2023, 02:01
Forum: Ask for Help (v1)
Topic: Input with Mouse Buttons?
Replies: 2
Views: 449

Re: Input with Mouse Buttons?

I just realized I never wrote back, but thank you for this. The Script is beyond my understanding at the moment though. I'm not quite sure how to implement or use it.
by Cr8zy_Ivan
06 Sep 2023, 01:34
Forum: Ask for Help (v1)
Topic: How to set CapsLock to its initial state when using it as the 3rd Modifier Key? Topic is solved
Replies: 3
Views: 589

Re: How to set CapsLock to its initial state when using it as the 3rd Modifier Key? Topic is solved

After further Testing, some slight Tweaks have led me to the Code below, where CapsLock Toggles only when pressed alone: ; Defin: Varaible to make sure CapsLock is not Toggled when used as a Modifier Key. CapsLockMod_Cnt := 0 ; When CapsLock ONLY is Pressed, Activate (Toggle) it *CapsLock Up:: { If ...
by Cr8zy_Ivan
05 Sep 2023, 21:06
Forum: Ask for Help (v1)
Topic: How to set CapsLock to its initial state when using it as the 3rd Modifier Key? Topic is solved
Replies: 3
Views: 589

Re: How to set CapsLock to its initial state when using it as the 3rd Modifier Key? Topic is solved

Oh wow. I haven't used the Asterisk yet.This does change the behaviour of CapsLock a bit, whereas now it Toggles on Key Release, rather than Key Press, but it works! Thank you! Rohwedder , I have a question however. I've tried to implement the Script to my preferred Formatting. To my notion these tw...
by Cr8zy_Ivan
05 Sep 2023, 00:22
Forum: Ask for Help (v1)
Topic: How to set CapsLock to its initial state when using it as the 3rd Modifier Key? Topic is solved
Replies: 3
Views: 589

How to set CapsLock to its initial state when using it as the 3rd Modifier Key? Topic is solved

I just started using a 3rd Modifier Key, Capslock. I based my Code on the AHK documentation, and everything worked surprisingly well on the first try. As stated in the title, I can't get my Script to "Reset" CapsLock's initial State. For the sake of this Question, I put " Ctrl + Tab " & " Ctrl + Shi...
by Cr8zy_Ivan
11 Aug 2023, 06:32
Forum: Ask for Help (v1)
Topic: AutoHotkey & Activating the Ditto Software
Replies: 5
Views: 654

AutoHotkey & Activating the Ditto Software

I've been using Ditto as a Clipboard Manager for sometime now. The inherent Hotkey to Activate Ditto is: "Ctrl + `" (Tilde). The problem I'm having is, on first Activation, everything always works well. On the SECOND activation, Ditto does not respond to my AutoHotkey "Hotkey", but responds to it's ...
by Cr8zy_Ivan
07 Aug 2023, 09:16
Forum: Scripts and Functions (v1)
Topic: Automatic Mapping of All Monitors, Move & Resize Windows
Replies: 15
Views: 8248

Re: Automatic Mapping of All Monitors, Move & Resize Windows

New Updates to come: I've been thinking about some features I've wanted to add for the past year or so. I've started to work on some implementations, and Scripting is ongoing. Unfortunately, because of a busy life, I can't say when the ETA will be. The most specific I'm willing to go is to say thes...
by Cr8zy_Ivan
04 Aug 2023, 21:43
Forum: Ask for Help (v2)
Topic: What are the main challenges of switching to v2?
Replies: 5
Views: 543

Re: What are the main challenges of switching to v2?

One question though, for you both, FanaticGuru and RussF . My knowledge about coding is not as extensive as you both. What I'm understanding from your comments however is, V2 seems to be better structured, in terms of syntax. Other than that, are there other advantages? Any improvement, performance ...
by Cr8zy_Ivan
04 Aug 2023, 07:16
Forum: Ask for Help (v2)
Topic: What are the main challenges of switching to v2?
Replies: 5
Views: 543

Re: What are the main challenges of switching to v2?

Thank you so much @FanaticGuru and @RussF !!
by Cr8zy_Ivan
03 Aug 2023, 23:28
Forum: Ask for Help (v1)
Topic: Input with Mouse Buttons?
Replies: 2
Views: 449

Input with Mouse Buttons?

The Input Function that waits for a User to type a string. I've used the Vanilla Example Script from the AutoHotkey Website for a good while now. It works well. I would now like to Add Mouse Buttons into the mix to end the Process. I've looked all over, but I haven't figured out how to do it. I trie...
by Cr8zy_Ivan
02 Aug 2023, 16:55
Forum: Ask for Help (v1)
Topic: Move mouse pointer to caret (typing area)
Replies: 6
Views: 2283

Re: Move mouse pointer to caret (typing area)

😂🤣... Oh man, I needed that laugh.

And thank you for testing and clarifying whether it worked or not. I would have looked for hours for sure, trying to figure out why it didn't work on my end.
by Cr8zy_Ivan
01 Aug 2023, 12:03
Forum: Ask for Help (v2)
Topic: Activating Chromium based Applications when using 4 Monitors or more
Replies: 0
Views: 209

Activating Chromium based Applications when using 4 Monitors or more

There is a very slim chance someone might have an answer to this, but here goes. TLDR towards the End. I use 8 to 9 Monitors on my PC. On a Side note, because of this, I also created an AHK Script that Automatically Maps out your Monitor Configuration and allows you to move and resize your Active Wi...
by Cr8zy_Ivan
16 Jul 2023, 13:36
Forum: Ask for Help (v1)
Topic: Sending Unicode Characters in Microsoft Office Topic is solved
Replies: 21
Views: 1748

Re: Sending Unicode Characters in Microsoft Office Topic is solved

I should not say "hate" [...] "with a passion". It can give a bad impression. I will say instead: I really "Dislike" Microsoft Office Software because, when you start to scratch below the surface, you quickly realize the achingly lack of standardization of functions throughout the Office suit. When ...
by Cr8zy_Ivan
13 Jul 2023, 10:01
Forum: Ask for Help (v1)
Topic: Sending Unicode Characters in Microsoft Office Topic is solved
Replies: 21
Views: 1748

Re: Sending Unicode Characters in Microsoft Office Topic is solved

The result of Microsoft's natural intelligence is error 0x800401E3. Yeah, I friggin hate Microsoft Office with a passion. I run LibreOffice at home. The only reason I use MSFT Office is because I need it for work, or else I would have chucked it a long time ago. My AHK file always runs uncompiled. ...
by Cr8zy_Ivan
13 Jul 2023, 02:39
Forum: Ask for Help (v1)
Topic: Sending Unicode Characters in Microsoft Office Topic is solved
Replies: 21
Views: 1748

Re: Sending Unicode Characters in Microsoft Office Topic is solved

Here, I get the error 0x800401E3 (operation unavailable) no matter if I run the script as admin or not. Error: 0x800401E3 - Vorgang nicht verfügbar. ---> 008: oWord := ComObjActive("Word.Application") Microsoft Office Professional Plus 2019 A_OSVersion: 10.0.19045 64-Bit I actually ran the script o...

Go to advanced search