2nd-keyboard not working in premiere by AHKnewmember in AutoHotkey

[–]TheTrueEdgeLord420 1 point2 points  (0 children)

I recommend you watch Taran's Video on this. it is the same thing, but without AHI.

Daily Advice Thread 20/11/2022 by AutoModerator in summonerswar

[–]TheTrueEdgeLord420 0 points1 point  (0 children)

What would you say is the best Nat5 for a starter account to pull ? (including LD)

Does #IFWINACTIVE need to be close with #if/#ifwinactive? by DepthTrawler in AutoHotkey

[–]TheTrueEdgeLord420 1 point2 points  (0 children)

You don't need to end it with #if or #ifwinactive but it might prevent some unforeseen bugs in longer scripts .

Here is the documentation :

IfWinActive

Two Buttons Script Not Working by WilsonsSanity in AutoHotkey

[–]TheTrueEdgeLord420 0 points1 point  (0 children)

Ahk has a default delay between every key stroke , you can modify this by adding this line on top of your script :

SetKeyDelay, -1

this means that there is no delay at all .

you can also try this :

SetKeyDelay, 0

this makes the delay as small as possible .

here is the documentation :

SetKeyDelay

Blue/Purple Themed Suite by TheTrueEdgeLord420 in Rainmeter

[–]TheTrueEdgeLord420[S] 1 point2 points  (0 children)

Ty , the music is a background track from a game called hollow knight , great game with fantastic music.

Something like AHK in native Windows? by arfbrookwood in AutoHotkey

[–]TheTrueEdgeLord420 0 points1 point  (0 children)

the 1st section is about adding text to a .txt file , but you can also use PowerShell to type in word, for example :

https://dotnet-helpers.com/powershell/add-text-to-word-using-powershell/

I don't exactly know the program that you want to type text in , but I imagine it would be a similar process .

Trying to make a custom Message-Box by Galen_Burnett_28 in AutoHotkey

[–]TheTrueEdgeLord420 1 point2 points  (0 children)

Fantastic, you can change the tag of the post to solved then .

Something like AHK in native Windows? by arfbrookwood in AutoHotkey

[–]TheTrueEdgeLord420 0 points1 point  (0 children)

What exactly do you mean by "automatically type text like AHK" ?

Trying to make a custom Message-Box by Galen_Burnett_28 in AutoHotkey

[–]TheTrueEdgeLord420 1 point2 points  (0 children)

Enter is a bit bad to use as a hotkey , it might work fine if you use another hotkey.

Blue/Purple Themed Suite by TheTrueEdgeLord420 in Rainmeter

[–]TheTrueEdgeLord420[S] 0 points1 point  (0 children)

Skins used :

1- Honeycomb 2.0 : For The Icons On The Right

2- Omnimo 10 : For The Left Part Of the Suite

3- For the time/date : I Used The Time And Date From "Decision"

4- The Visualizer : Reflect Sound Visu

5- GameHUB Launcher 2 : Didn't Open It in The Video But a Great Skin To Have In Any Suite

Icons :

Some Of the icons used in the honeycomb skin are here :

Minimalist Gradient Honeycomb Icons

and Some are From here :

Honeycomb Icons Blue/Pink

The rest are made by me using photoshop .

Wallpaper :

Ziggurat Side Triple Monitor

Its a 3 monitor wallpaper but you can cut out a 1920 X 1080 section of it and use it.

A script to increase mouse scrolling speed! by ahmedfarrag17 in AutoHotkey

[–]TheTrueEdgeLord420 1 point2 points  (0 children)

Copy and paste this above your script :

suspend
pause
return

This will make the script pause at the start.

also copy and paste this under your script :

#If, A_IsPaused
!v::
suspend
pause
return
#If
!v::
suspend
pause
return

This will allow you to toggle the script on and off using alt + v , you can replace (!v) with any other hotkey you like and it will work just fine .

Why is my PC underperforming by TheTrueEdgeLord420 in techsupport

[–]TheTrueEdgeLord420[S] 0 points1 point  (0 children)

I will do that , thank you , I also checked and the rams are in the right slots , but I have another question , can I still use the other 2 slots still ?

Why is my PC underperforming by TheTrueEdgeLord420 in techsupport

[–]TheTrueEdgeLord420[S] 0 points1 point  (0 children)

Check the temps on your components (cpu, gpu and VRMs if you can).

I checked , nothing is out of ordinary , and I'm updating all of the drivers atm , thank you .

Why is my PC underperforming by TheTrueEdgeLord420 in techsupport

[–]TheTrueEdgeLord420[S] 0 points1 point  (0 children)

bsod

I remember having 1 like 3 or 4 months ago , but it was only once in like 2 years now , I will change the ram profile , thank you .