Search found 8 matches

by survargs
22 Apr 2018, 12:57
Forum: Tutorials (v1)
Topic: Add 3 more layers to your keyboard Using these 3 Modifiers - Easy to Program Too!
Replies: 17
Views: 35387

Re: Add 3 more layers to your keyboard Using these 3 Modifiers - Easy to Program Too!

When you go from Status 1 to your new Status 2...for some reason the modifier commands are still able to be triggered and I don't know why. Any #If is conditional to the hotkeys below it and overwrites any conditions set by a previous #If (they don't stack unless you explicitly write it to). So if ...
by survargs
20 Apr 2018, 11:11
Forum: Tutorials (v1)
Topic: Add 3 more layers to your keyboard Using these 3 Modifiers - Easy to Program Too!
Replies: 17
Views: 35387

Re: Add 3 more layers to your keyboard Using these 3 Modifiers - Easy to Program Too!

Appreciate the feedback and glad to see this has helped others. The topic was originally planned around using modifiers(capslock) that I played around with and added numlock and scroll lock. Well, there is something that I have always wanted the answer to for the past 4 years and I have finally foun...
by survargs
29 Jul 2016, 10:18
Forum: Ask for Help (v1)
Topic: Clipboard If Else Statement Using Variables w/o clearing clipboard first Topic is solved
Replies: 9
Views: 4262

Re: Clipboard If Else Statement Using Variables w/o clearing clipboard first Topic is solved

Helgef, No problem, thank you thank you! This was the last piece of the puzzle I needed to automate this process. Please disregard any of the other questions I had as I ended up going with a copy and #r ^v (windows run and paste) method to execute ahk programs to which I generated hyperlinks in exce...
by survargs
29 Jul 2016, 02:14
Forum: Ask for Help (v1)
Topic: Clipboard If Else Statement Using Variables w/o clearing clipboard first Topic is solved
Replies: 9
Views: 4262

Re: Clipboard If Else Statement Using Variables w/o clearing clipboard first Topic is solved

This works too, If RegExMatch(Clipboard, "i)Apple|Orange|Pear") ; Remove the: i) to make case-sensitive. MsgBox, Fruit Else If RegExMatch(Clipboard, "i)Carrot|Lettuce|Cabbage|Pizza") MsgBox, Vegetable Else MsgBox, Something else Return It's better if you want to append, eg, the fruit list, while th...
by survargs
26 Jul 2016, 13:43
Forum: Ask for Help (v1)
Topic: Clipboard If Else Statement Using Variables w/o clearing clipboard first Topic is solved
Replies: 9
Views: 4262

Re: Clipboard If Else Statement Using Variables w/o clearing clipboard first Topic is solved

thanks BHM for your help as well. Appreciate the promptness as well and apologize for my delayed response. I had worked on this heavily and had to make a decision because after each answer I was getting, it was becoming more clear that I will probably have to go an alternate route to figure out what...
by survargs
24 Jul 2016, 22:28
Forum: Ask for Help (v1)
Topic: Clipboard If Else Statement Using Variables w/o clearing clipboard first Topic is solved
Replies: 9
Views: 4262

Re: Clipboard If Else Statement Using Variables w/o clearing clipboard first Topic is solved

Thanks Helgef for the additional help and for that tip(which I have a question about). The following is from ahk's resource library: Writes text to the end of a file (first creating the file, if necessary). FileAppend [, Text, Filename, Encoding] Select Parameters ¶ Text The text to append to the fi...
by survargs
23 Jul 2016, 17:42
Forum: Tutorials (v1)
Topic: Add 3 more layers to your keyboard Using these 3 Modifiers - Easy to Program Too!
Replies: 17
Views: 35387

Add 3 more layers to your keyboard Using these 3 Modifiers - Easy to Program Too!

The following is a simple script that starts with the holding down of either Caps, Num, or Scroll-lock and the pressing of another key or mouse press to do basically, anything you can think of. It is also very easy to program as something like k::Down is quite simply if you hold down the modifier an...
by survargs
23 Jul 2016, 16:37
Forum: Tutorials (v1)
Topic: Programs that "block" AutoHotkey - Why is AHK not working?
Replies: 7
Views: 12759

Re: Programs that "block" AutoHotkey - Why is AHK not working?

I run Kaspersky Internet Security 2016 and there is a feature that will protect your passwords while typing them in the password field on a website like Bank of America or PayPal. Consequently, this will block any of your ahk scripts from running while this website is active(or inactive). Solution: ...

Go to advanced search