The concept that drove your sql hotkey saves my life. I have hundreds of lines of code from multiple languages that can all be accessed instantly using hotsrings. Id hate to image where I'd be without it.
@HowToWorkFromHomeUSA3 жыл бұрын
Yeah, I would be lost without AHK. It sure saves me a lot of time 😎
@JoeGlines-Automator2 жыл бұрын
I"ve always said "HotStrings are the hidden gems in AutoHotkey". They're a total live saver!
@sameerasw Жыл бұрын
Never knew I had such power with using AHK!!!!!!!!!!! thank you.
@HowToWorkFromHomeUSA Жыл бұрын
Happy to help! 😎
@polymyxa8233 Жыл бұрын
The best tutorial for autohotkey on youtube. Thank you!!!
@HowToWorkFromHomeUSA Жыл бұрын
Wow! Thank you so much for your kind comment 😎
@moderationjpk12 ай бұрын
The best AutoHotkey - scripts on the biz! Thanks mate!
@HowToWorkFromHomeUSA2 ай бұрын
You’re welcome and thank you for your kind words! 😎
@saguoranx2 жыл бұрын
Good introduction for new AutoHotKey player like myself.
@HowToWorkFromHomeUSA2 жыл бұрын
Awesome, welcome to the AutoHotkey community haha 😎
@robimegu37123 жыл бұрын
This is a nice video! I love the concept that you start with ] character. There is no confuses when you write a plain text or an „ .ahk command ”. Great job! I want to see more content from you!
@HowToWorkFromHomeUSA3 жыл бұрын
Hi @Robi Megu, thanks for the kind words, I really appreciate it! Yeah, the concept of using the ] character makes it easy for me to know that it is tied to a .ahk command 😎. I will add more content down the road, stay tuned, and thanks for your support!
@pabloG3d2 жыл бұрын
thx for this, learned a couple of neat tricks!
@HowToWorkFromHomeUSA2 жыл бұрын
You’re welcome! Happy to hear! Thx 😎
@TABNationAutomation2 жыл бұрын
Love making these videos myself with ahk on my channel. keep it up great stuff.
@HowToWorkFromHomeUSA2 жыл бұрын
Thanks and AHK is fun once you start playing with it 😎
@wehaveablameonworld7 ай бұрын
your channel is impresive!
@HowToWorkFromHomeUSA6 ай бұрын
I appreciate that! 😎
@prashantkumarkatariya16463 жыл бұрын
great work man you have done great job brother thank you
@HowToWorkFromHomeUSA3 жыл бұрын
I am happy you like the video, and thank you for the kind comment! 😎
@haydar_kir3 жыл бұрын
Thanks. Date time will be very useful for me at work.
@HowToWorkFromHomeUSA3 жыл бұрын
You are welcome! I use the date/time function everyday at work. It’s so much easier to type few letters and get the date/time stamp. Saves me a lot of time.
@JoeGlines-Automator Жыл бұрын
AutoHotkey is crazy powerful!
@HowToWorkFromHomeUSA Жыл бұрын
Yes, AHK is one of my fav programs out there! 😎
@Ginematic9 ай бұрын
In AutoHotkey v2 you can use Reload function binded to any key, in order to reload a script.
@HowToWorkFromHomeUSA9 ай бұрын
Thanks for the recommendation 😎
@AdrianR.Cabornay Жыл бұрын
Very very useful, thank you👍.
@HowToWorkFromHomeUSA Жыл бұрын
Glad it was helpful! 😎
@_.........................._2 жыл бұрын
⭐This method can be easily managed with a software called Beeftext. In addition, you can embed shortcut keys in the text and specify the final position of the mouse cursor, such as when adding parentheses. In addition, the clipboard returns to the one before sending properly.
@HowToWorkFromHomeUSA2 жыл бұрын
Thanks for your comment 😎
@makscilic5624 Жыл бұрын
GREAT I needed smith to make a recoil control in CSGO n valorabt
@wayarberry3 жыл бұрын
Thanks much. Very practical and clear presentation.
@HowToWorkFromHomeUSA3 жыл бұрын
You’re welcome and thanks for your support.
@Gusrikh13 жыл бұрын
Very helpful. Thank you.
@HowToWorkFromHomeUSA3 жыл бұрын
You’re welcome. Glad you found it helpful 😄
@Arfadezz3 жыл бұрын
@@HowToWorkFromHomeUSA hi
@HowToWorkFromHomeUSA3 жыл бұрын
Hey there @Ar7 Gaming!
@Arfadezz3 жыл бұрын
@@HowToWorkFromHomeUSA Hi very helpful video!!!!!!!!!
@HowToWorkFromHomeUSA3 жыл бұрын
Awesome! I’m happy you found it helpful 🥳
@MohammadTawaha3 жыл бұрын
Nice, really Thanks
@HowToWorkFromHomeUSA3 жыл бұрын
I’m happy you like the video 😎 Thanks!
@kenmosholder19359 ай бұрын
Thank You!
@HowToWorkFromHomeUSA9 ай бұрын
You’re welcome! 😎
@bobotube76 Жыл бұрын
Hello! I want to change my writing language from English to Bulgarian with AHK. How can I do this and change the color of the taskbar at the same time? I found a script that changes the typing language using CapsLock. But his keyboard light won't turn on.
@HowToWorkFromHomeUSA Жыл бұрын
Hi! I don’t think you can change the function names to a different language. But I may be wrong. I am not sure what you mean by changing the color of the taskbar? Usually changing the appearance of the taskbar is done through the Settings in Windows. Thanks for your comment 😎
@johnv3788 Жыл бұрын
Can you have a separate document that you can call to input a large amount of text? Like say I have a bunch of 10 - 15 line text documents I use for documentation, could I have AHK output them without making my ahk file a mile long?
@HowToWorkFromHomeUSA Жыл бұрын
Hi! You can call any document or other AHK script from within a AHK script. You just have to point to it. Let me know if that helps! 😎
@CarlosMartinez-ps1je2 жыл бұрын
Can you help me create a script to "reload" the script after I've made changes? Thanks.
@HowToWorkFromHomeUSA2 жыл бұрын
Hi Carlos, if I understood your question correctly, then there are multiple ways of accomplish this. Say you have a master.ahk file, and you make changes in that file, you can create a reload function within the file and assign a Shortcut key. For example: F10:: Run, “%A_ScriptFullPath%” Return The script above will reload the file when pressing the F10 key. Hope this helps 😎
@HowToWorkFromHomeUSA2 жыл бұрын
Hi Carlos, I thought of something else you can try. You can create a AutoHotkey file called something like ReloadAll.ahk and in that file you can list all the .ahk files you would like to reload. For example: Run, "C:\Users\UserName\Documents\AutoHotKeyFile1.ahk" Sleep, 10 Run, "C:\Users\UserName\Documents\AutoHotKeyFile2.ahk" Return The above script will reload AutoHotkeyFile1.ahk and AutoHotKeyFile2.ahk. Then if you have some kind of Master.ahk file that you use on a regular basis, you can assign a shortcut to call the ReloadAll.ahk file like this: ^F10:: Run, "C:\Users\UserName\Documents\ReloadAll.ahk" Now, say your Master.ahk file is running in the background, you can press CTRL + F10 keys, and that would call the ReloadAll.ahk file, which in turn would reload the two other .ahk files. Hope this makes sense. Thanks :)
@iamwakeen Жыл бұрын
Hello, complete newbie to AHK here. I was wondering if there was a script that can be used to control individual application volume via knobs (e.g. one knob control main volume, another controls Spotify etc.)
@HowToWorkFromHomeUSA Жыл бұрын
Hello there! Thanks for your comment. I will look into your question and get back to you when I find out more. Thanks 😎
@HowToWorkFromHomeUSA Жыл бұрын
Hi there, I couldn’t find anything that would do what you asked. I am not sure if that’s possible using AHK. You can try QMK/VIA software to try to remap the keys/knobs functions of your keyboard. Not all keyboards are QMK programmable. Thanks 😎
@100Bucks Жыл бұрын
I can try to help you. I'll try my best. For normal button change to make a volume button. Example if you wanted Left arrow to do volume down. You would write the script like this. left:: sendinput {volume_down} return The way you want is individual apps. You would have to use this. #If WinActive , your app goes here Look on KZbin for a more clear explanation. You get the app name by hovering the mouse over the app with windows spy. So whatever script you wrote with the (#If) it will only be affective on that specific app. This is what I use the most for everything. #if getkeystate ("shift", "P") w:: send have a nice day{!} #if return The hotkey "w" will only work if "shift " is held down. Hoped this help you.
@HowToWorkFromHomeUSA Жыл бұрын
Here's an idea to control the volume based on application Play around with it. Hope it helps! ; Define your preferred volume increment VolumeIncrement := 5 ; Define the keyboard shortcut for volume control ^Up:: { ; Check if Spotify is the active window IfWinActive, ahk_exe Spotify.exe { ; Send volume up command to Spotify Send {Volume_Up} } else { ; Send volume up command to main volume Send {Volume_Up} } return } ^Down:: { ; Check if Spotify is the active window IfWinActive, ahk_exe Spotify.exe { ; Send volume down command to Spotify Send {Volume_Down} } else { ; Send volume down command to main volume Send {Volume_Down} } return } ; You can modify the above code to customize the volume control behavior ; based on your preferences or specific requirements.
@iamwakeen Жыл бұрын
Thank you guys for your responses, really appreciate them! I'll try them out once I begin building my first macropad :)
@justsurfin50132 жыл бұрын
Like the date time stuff. Great for my job as I use dates a lot in document names and folder names. Now I tried to come up with a way to autoinclude subscript in the dates (example: substitute 'May 01' with 'May 1st', 02 with 2nd, etc). Other than a long series of IF statements could not come up with anything.
@HowToWorkFromHomeUSA2 жыл бұрын
Awesome! Glad it helps your work. As far as appending the 1st, 2nd, 3rd the only thing that comes to mind is using If/Else statements haha
@user-pl9yq3fc8u3 жыл бұрын
could you help me out pls, i cant seem to get this script to work, this is my first doing any type of coding x := 1 while (x > 0) { t::7 e::5 v::e } return F4:: x := x*-1 return
@HowToWorkFromHomeUSA3 жыл бұрын
Hi there! What are you trying to accomplish with the script?
@zvit3 жыл бұрын
Not sure why you have such long code. For example, if you want to type numbers from 1-100 with enters, you can just write a loop in a line or two.
@HowToWorkFromHomeUSA3 жыл бұрын
Yeah, I realize it’s not the most efficient way of printing 1-100. When I was learning AHK at that time, I didn’t know you could loop. Since then, I built a better way of printing numbers 1-n, which n is set as a variable 😎 but yeah I can see why you pointed out the long code haha. Take care!
@HowToWorkFromHomeUSA3 жыл бұрын
In case you or anyone else wanted the short AHK script to print 1-100, here it is: ::]1-100:: Loop, 100 { Send %A_Index%{,} } Return
@Russels_Viper10 ай бұрын
Hello there, I am trying to use a simple script to replace '
@HowToWorkFromHomeUSA10 ай бұрын
Hi @Russels_Viper, try this option. ::
@Russels_Viper10 ай бұрын
@@HowToWorkFromHomeUSA can you tell why mine is not working.
@HowToWorkFromHomeUSA10 ай бұрын
Maybe because you’re missing :: infront of the < sign.
@Russels_Viper10 ай бұрын
@@HowToWorkFromHomeUSA Thank you
@HowToWorkFromHomeUSA10 ай бұрын
You’re welcome. I just tested this on my computer and this script worked. ::
@squirtlesmells81743 жыл бұрын
How would I create a hotkey that would automatically scroll on my 2nd monitor when I press a hotkey? (Ex. I press L 2 times and the page on my second monitor scrolls down) I tried making my own hotkey, but it would only scroll down when I was focused on the window, but I want it to work even when I'm not focused on my 2nd monitor :*:LL:: WheelDown
@HowToWorkFromHomeUSA3 жыл бұрын
Hi there! I can take a look at your request and get back to you once I figure out the script. Thanks for watching!
@squirtlesmells81743 жыл бұрын
@@HowToWorkFromHomeUSA Any luck?
@HowToWorkFromHomeUSA3 жыл бұрын
No, I’ve been busy lately, but I’ll keep it on my to to list.
@HowToWorkFromHomeUSA3 жыл бұрын
Are you wanting to scroll a specific application on your second monitor? If so, that approach may be easier because there’s a function in autohotkey to focus on the application/window and then it can send the WheelDown command. If you’re wanting to scroll any app/window on the second monitor, then that may be more challenging. Let me know. Thanks!
@squirtlesmells81743 жыл бұрын
@@HowToWorkFromHomeUSA Yea when I'm playing a game or doing some work on my main monitor, I like reading on my 2nd monitor. I use the brave browser which is basically just google chrome, but better.
@thepragmatic63832 жыл бұрын
What application are you using to display the keys on the screen? Is it a standalone application or is it incorporated into your editing software? Do you have to add them manually when editing the video, or is it automatic? Thank you very much, your video is done in a very professional way.
@HowToWorkFromHomeUSA2 жыл бұрын
Hi there! I am using Camtasia for editing and recording, and it has the capability to insert the keys. Also, I have to manually add the keys while editing the video. Thanks for your support and kind words!
@Gmovies6993 жыл бұрын
Hello, may you help me for a autohotkey script? I am trying to make a autohotkey for excel for jump in excel sheets tabs. If you can plz send me yes. Or send idea.
@HowToWorkFromHomeUSA3 жыл бұрын
Hi there, what exactly are you trying to do in Excel with AutoHotkey? I need a better idea of what you are trying to accomplish. Thanks! 😎
@HowToWorkFromHomeUSA3 жыл бұрын
You can jump between different Excel Tabs by using the CTRL + Page Up or CTRL + Page Down keys.
@Kiwin4123 жыл бұрын
I have a question Sir, where are the settings to have a color scheme on Notepad for .ahk files ?
@HowToWorkFromHomeUSA3 жыл бұрын
Hi Kiwin, in Notepad++ you can go to Language at top menu bar, then A -> then select AutoIt and it will set the color syntax. Or you can checkout this link on how to download the .xml syntax highlighting: stackoverflow.com/questions/45466733/autohotkey-syntax-highlighting-in-notepad
@Kiwin4123 жыл бұрын
Thanks! I just started to write my own scripts and this is very helpful for debugging
@HowToWorkFromHomeUSA3 жыл бұрын
Yeah for sure! It’s helpful when you have the color scheme. Take care and thanks for watching!
@MrHhs0068 ай бұрын
Is this AutoHotkey ver.2 ?
@HowToWorkFromHomeUSA8 ай бұрын
I use AutoHotkey Version 1.1.
@RungeCarl5 ай бұрын
Good question - please let us know when you update to Vs2
@HowToWorkFromHomeUSA5 ай бұрын
Looks like v1.1 is deprecated per www.autohotkey.com page. They have v2.0 to download but I haven’t installed it yet
@yuvi-choudhary3 жыл бұрын
Can u tell me how to fill form using autohotkey in web!!
@HowToWorkFromHomeUSA3 жыл бұрын
It depends on what browser you use. I played around Internet Explorer a bit but don’t have too much knowledge on that subject
@yuvi-choudhary3 жыл бұрын
@@HowToWorkFromHomeUSA ok thnx dude for ur reply !!
@yuvi-choudhary3 жыл бұрын
@@HowToWorkFromHomeUSA ok can u help me out .....how to go to particular element on web page .....do I need to use library for it ?
@HowToWorkFromHomeUSA3 жыл бұрын
Right click on the particular form/box, then select Inspect Element, and from there you can figure out what element to use. As I mentioned, I played with it a little bit but don’t have working knowledge on how to use it. 😎
@yuvi-choudhary3 жыл бұрын
@@HowToWorkFromHomeUSA ok thnx a lot !!
@justforyou92714 жыл бұрын
Kindly share as soon as possible 🙆
@HowToWorkFromHomeUSA4 жыл бұрын
Here are the scripts: github.com/how-to-work-from-home/autohotkey/wiki/AutoHotkey-AHK-My-fav-scripts
@veejayforever064 жыл бұрын
Excellent
@HowToWorkFromHomeUSA4 жыл бұрын
Thank you!
@jerric72677743 жыл бұрын
where can i download AHK?
@HowToWorkFromHomeUSA3 жыл бұрын
www.autohotkey.com/download/
@thethinker68374 жыл бұрын
Great Video For productivity👍 Please share this .ahk file link also.
@HowToWorkFromHomeUSA4 жыл бұрын
Thank you! I am working on a script sharing repository and will share my .ahk files there. Stay tuned!
@HowToWorkFromHomeUSA4 жыл бұрын
Here are the scripts: github.com/how-to-work-from-home/autohotkey/wiki/AutoHotkey-AHK-My-fav-scripts
@thethinker68374 жыл бұрын
@@HowToWorkFromHomeUSA WOW!! thanks 👍
@forkuserman_ap3 жыл бұрын
I need the best delay...
@HowToWorkFromHomeUSA3 жыл бұрын
Hey there, not sure what kind of delay you need? Can you please explain?