Can auto hot key doing this macro I have lots of file need 2 by 2 drag to photoshop So in photoshop macros i have already set it but for rename reason there are no way to done all in one time using photoshop macro At current method i always use PS4 controller with Xpadder to macro hotkey like autohotkey But the problem is i want to set a automation auto to set mouse position to file explorer selected 2 files position and drag it to the right hand side photoshop Because each time selected files mouse position is different, so can't use direct mouse position coding for autohotkey Wish you can gave a solution to suggest
This program is such a great gift for those that use %60 keyboards and don't have a lot of keys. Thanks for this video, I'm going to consider buying one of those keyboards now which gave me suspicion that I wouldn't be able to use many other keybindings. Love from Turkey
you can update your script by including this line in it : ~escape::reload this way, you'll just have to press escape every time you want reload your script
This is better ;) If you include the following code to the ahk script, all you'll have to do is save the file. --- code --- ; Automatically reload the current script when a new version is saved. FileGetTime, ModTime, %A_ScriptFullPath%, M SetTimer, CheckTime, 1000 Return CheckTime: FileGetTime, ModTime2, %A_ScriptFullPath%, M If (ModTime2 != ModTime) { Reload }
Hey Fabrice98 I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world. Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html Kind regards, Anders
Man I skipped once to get to the point thinking it'd be one of those boring tutorials(because of your voice too) but getting in halfway blew my mind, this program is awesome! Planning to map the tilde key and console button not present on the 60% keyboard(motospeed ck61) I ordered online being shipped to me as I type this, thanks for the content man! That executing notepad thing amazed me! This will definitely make my life easier!
Haha, Manu. Thank you 😊 How can I make my voice less boring? If you have not seen this, ruclips.net/video/AvzhaoDxd8Q/видео.html I have just made this, which is a very extended version of this tutorial (2020 updated sort of). Kind regards, Anders
@@andersjensenorg I'm sorry, but maybe its just me. Checked the comments and it seems I was the only one who found it "boring". It doesn't matter because the way you present it makes up for it. Maybe you're just too monotonous? I'm not sure hahaha but definitely looking forward for more contents like this, the advanced ones someday once I get the hang of things! * taking notes *
@@andersjensenorg Update: Since I code and do system/network admin tasks, I was concerned about purchasing the "motospeed ck61" 60% keyboard, because it does not have the grave ` and tilde ~ key. With your tutorial and a dozen of google searches, I was able to find a way to remedy it using this program. And added the scripts in windows startup to activate it when my system boots up. I even wrote those same characters here using the binds I created, bound ` to CTRL + Q, and ~ to ALT + Q. THANK YOU SO MUCH MAN!
Hey Fabrice98 I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world. Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html Kind regards, Anders
@@Watchy771 I believe they're suggesting using ALT codes to type the characters instead of changing what kind of keyboard Windows registers their keyboard as. If you don't know what that is, there's a wikipedia page you can look up.
Fabulous concise video and very helpful. For many years I had a hotkey composer but it quit working after Win XP and I never found a replacement..til now! Thanks again! But now all my emails close with "Thank You, I am Anders Jensen" LOL
Hahaha 😂 And thank you, Ron. I'm really happy with these messages, as they help me in a lot of ways (right now it gave me a smile on my lips 😀). Kind regards, Anders
Hey Ancient. Thanks a lot. Have you seen UiPath? A much more advanced automation application and much easier to use (low-code/no-code): ruclips.net/video/sp5ZwFKfh-0/видео.html Have a great day. Kind regards, Anders
Hey Steven Nice! If you want to automate Excel, you have better solutions in doing so: Power Automate: ruclips.net/video/kbYGFIo0WGc/видео.html or UiPath: ruclips.net/video/E9GUL53V3-E/видео.html UiPath is completely free and very versatile. I've created this beginners tutorial, that will get you started: ruclips.net/video/3ZKzTHdpsTs/видео.html I hope this helps :) Kind regards, Anders
Thanks a ton, Anything Under The Sun 🤩 Have a great day. You're more than welcome at my Discord, where we're 6000+ RPA developers networking and solving problems: ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
holy shit!! u can finally fix the stupid ass problem i have with typin adn instead of and, and cash instead of cahs!! i cant seem to simply slow down a little so thank god for this now i jus need to figure out how to make it work :p
Haha very nice. Feel free to post your solution in the AHK channel of my Discord (discord.gg/d8KQpTUvFD) and we can tune it for you 🙂 Kind regards, Anders
This could be added (to make the script automatically reload when you make a change and save it). It will check the modified time of the ahk file every 1000 ms. Useful for beginners to not waste time while messing around with the script. -------- code ---------- ; Automatically reload the current script when a new version is saved. FileGetTime, ModTime, %A_ScriptFullPath%, M SetTimer, CheckTime, 1000 Return CheckTime: FileGetTime, ModTime2, %A_ScriptFullPath%, M If (ModTime2 != ModTime) { Reload }
Hey Alin-Teodor Catană I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world. Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html Kind regards, Anders
Haha, hey carTon. Thanks a lot! Have you seen UiPath (it's even more easy and free as well): ruclips.net/video/sp5ZwFKfh-0/видео.html Kind regards, Anders
You're very welcome, JanicePhilly KL - your support helps me a lot 😍 You're more than welcome at my Discord, where we're 5000+ RPA developers networking and solving problems: ruclips.net/video/xWFz-S96XGo/видео.html
Thank you, Jaturon 😊 I am creating this over the next coming weeks (will end with around 12-15 videos). Some of the intro videos is probably stuff, you know, but others are "step 2" to the beginner tutorial. ruclips.net/video/k7e9MrP-U_g/видео.html Kind regards, Anders
Hey Davood. Thanks a lot :) Have you seen UiPath, which is also free and AutoHotkey on steroids (I've used AHK for 5 years myself, before switching): ruclips.net/video/sp5ZwFKfh-0/видео.html Kind regards, Anders
Thank you, Eduardo 👍🙂 I would like to make a part 2, where I improve sound and try to zoom on the code a bit more. Have a great sunday. Kind regards, Anders
Thank you, Naufil 😊 Have a look at UiPath: ruclips.net/video/3ZKzTHdpsTs/видео.html, if oyu like to automate things. It's free and very powerful (low-code and drag and drop). Kind regards, Anders
Great video! Really quick and to the point. I learned more from this than I have from the previous 3 videos I've watched. Will you be doing more AHK tutorial videos?
Hey Darren. Thank you very much and definately. It's actually funny. I've used AHK a lot around 7-8 years ago and then just made this as a sort of fun video in which I didn't think people would watch, but I was wrong 🙂 What would you like to see? A "Part 2", building a smaller project or...? Kind regards Anders
@@andersjensenorg I think expanding on what you've done in this video with more functions, and maybe using them to build a small project would be a cool video. I'm currently trying to figure out how I can capture mediakey keystrokes and send them directly to a media player (Plex, Chrome, VLC, etc.) while I have a fullscreen app (usually a game) open on my other monitor. This video has given me a starting point. I look forward to your next one.
This is truly a very useful program. I've got a new keyboard recently and it doesn't have any key to control the volume. So I am wondering if it's possible to assign a hotkey, say "fn+page up" and "fn+page down" as volume up and volume down respectively.?
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 6000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
You're very welcome, Craig Beuthin - your support helps me a lot 😍 You're more than welcome at my Discord, where we're 5000+ RPA developers networking and solving problems: ruclips.net/video/xWFz-S96XGo/видео.html
Hey Anders, great video! I created a hotkey to type a message (for gaming "quick chat") however, I don't know how to disable the key please let me know if there's a way to disable it.
Hey Patrick. Thank you 😊 What you can do is: - Close the script (go to the Windows tray and simply just right click-close) - Make a hotkey to suspend it ("Suspend") Let me know, if the first solves it. Otherwise I will gladly create the second for you, if you tell me, how you want to disable it. Kind regards, Anders
Lol my company uses this built into some employee quality of life tools. Have a front-end application that let's us share them, add more tools like a paste application that let's you add deliniators to copied lists etc. I was digging around trying to figure out how to backup mine and found the .ahk file and was curious what type of file that is. Literally just A.uto h.ot k.ey file lollll. Looked this up because they haven't supported it in years and the download no longer works and wanted a replacement with my new laptop. LOVE THIS THANK YOU
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 13,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Hey serenity sims I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world. Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html Kind regards, Anders
Thanks a ton, HI I'm Thiyum @mihionline 🤩 Have a great day. You're more than welcome at my Discord, where we're 6000+ RPA developers networking and solving problems: ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
It doesn't work for me, when i right click and press new I open up with enternet explore and I pressed open and still doesn't work. It only opens up with enternet explore. I need help.
Hey Spinkhur I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world. Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html Kind regards, Anders
I bet someone has already explained it [And if you did, forgive me, I've the brains of a fly] but I'm not yet ready to go through hours of footage to find my answer. Is there a stop/start function for this? As in, you press a key to start the script and then you press another key to stop it. Say R for Start and S for Stop. I know how to /stop/ the script with a button, but not how to /start/ it with a button. If this exists, would you kindly explain how to do such a thing?
Yes. You can start with either with a Hotkey, Hotstring or not even a trigger. Just to remember to double click the script to activate it (or you can auto start it with Windows: ruclips.net/video/BrKIo9IpZBU/видео.html). To stop it you can assign a hotkey, usually you will assign Escape with the following: Esc::ExitApp Kind regards, Anders
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 11,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 12,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Great video, Anders. Is there also a way to automate the script completely and not with a button press? Im looking for an AHK script which will press the F9 key if my Excel file is open, to update the formulas in the worksheet. Could you help please.
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 12,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Hello I'd like to be able to disable a script for an app or two, and it's working fine in a single app (#IfWinNotActive ahk_class [appName]) but as I add additional apps it stops working one of them. Please could you help me with correctly inputting the command in one line if possible. Not sure if there's *or * variable missing or not, but avoiding GroupAdd if possible? The simpler the better.
Hey Rezo Simon I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world. Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html Kind regards, Anders
Hello i need a bit of help. I want 1 click to register into 2 clicks so here is the simple script i made. Lbutton:: click sleep,0.000000000000000000000000001 click sleep,0.000000000000000000000000001 It all works out but the thing is when i hold down the left click it still only registers as 2 clicks. How do i make it so that when i briefly click. Its 2 clicks. But when i hold down the button. It registers as me holding down the button. Thanks!
Hey Gameryusic. Great question. It will be hard, since a click is a click. You can make a loop, where after e.g. 1000 miliseconds, check if the key is still pressed. Kind regards, Anders
Hey ARVIND ABHANG I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world. Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html Kind regards, Anders
Hi I love the video, really well thought out. ♥ I am wondering is it possible to link a autokey to a twitter notification? so when a notification is received a right click on the mouse will be hit? I want to make this a part of a trading bot to auto trade when tweets are made. Thanks! 🔥
Hey SinGames I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world. Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html Kind regards, Anders
Hey sukhpreet. I agree 🙂💯 Check this, where I improved that (and the sound): ruclips.net/video/H4GsO17Pls0/видео.html have a great day. Kind regards, Anders
Hey Lalit. Thank you 🙂 I have made this today, ruclips.net/video/AvzhaoDxd8Q/видео.html it is an extended turorial (you can probably skip a chapter or two, if you have seen this). Kind regards, Anders
Amazing video! I do have a question though, is there a way I can bind two keys on one key while when I press the hot key once it acts like holding it instead of a one tap, and then press it again to end the extended action ? ( press the key repeatedly like on/off) I have been looking everywhere to find a program able to do that without any luck :) thnak you in advance!
Hey alkis alkis I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world. Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html Kind regards, Anders
Hey ahmedjoo I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world. Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html Kind regards, Anders
im medical transcriptionist, recently we went onto plateforum on chartnet and my pedal (1 button click pedal) is not working in new software, but was working perfectly on express scribe sofftware, so quick question is, i have to play manually by pressing F12 key, so voice backup 1 second, so listen and type, can u make a autohot key so while i press my button and it automatically press only F12 key so it will go to 2 seconds? i am stuck here, my others friends have foodpedal too, but i cannot afford it, bcz it comes from USa and is costly.. i am looking forward ur response, plz make a one for me.. so i can use into my pc. thanks from pakistan.
Hey Imran. Thanks for your question 😊 So you want a script than when you press a certain button it should run a F12 and then 2 seconds delay (sleep)? Kind regards, Anders
Nice video but how do I use shift+Right mouse button to emulate Middle Mouse button? I am so new to this it hurts. So can we get it into copy paste form please? Ive tried others like ~
Hey TycoTyrannus I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world. Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html Kind regards, Anders
Hi sir maybe you could help me i already watch your videos regarding auto hotkey. How to repeat script with just 1 click of keyboard ? Like for example Every time i press space bar it would write *thank you* In my case i need hold the space bar in order to spam Thank you thank you thank you... Is there a way to only press 1 key by not holding it ? Your help would be much appreciated. Thank you
Hi, when i use hotkey i want it to click / first then write something and that it automatically enters. How can i do that? So for example when i click the letter P it will say / first then writes something and then enters it.
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 9000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
This is depreciated in the new version. This video needs to come down, or be updated. I spent too much time trying to figure out why the syntax wasn't working.
What is the code you have above all of the scripts you showed us? Is it something we need to copy and paste for performance or bug fixes? Complete noob here btw i know nothing about this stuff, great video tho you made everything way easier than i thought it would be
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 10,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Hey Sage Eden I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world. Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html Kind regards, Anders
If you like this video, you might find the extended tutorial useful.
AutoHotkey Tutorial (83 minutes) - ruclips.net/video/AvzhaoDxd8Q/видео.html
yes
i don't see the copy path, did you download something to have it or did you made a script for it
Can auto hot key doing this macro
I have lots of file need 2 by 2 drag to photoshop
So in photoshop macros i have already set it
but for rename reason there are no way to done all in one time using photoshop macro
At current method i always use PS4 controller with Xpadder to macro hotkey like autohotkey
But the problem is i want to set a automation
auto to set mouse position to file explorer selected 2 files position and drag it to the right hand side photoshop
Because each time selected files mouse position is different, so can't use direct mouse position coding for autohotkey
Wish you can gave a solution to suggest
Hej Anders, can a program like this be done in AutoHotkey script?
Changes in location X=167, Y=60 > press F3
Changes in location X=167, Y=60. ???
Send, {F3}
return
This program is such a great gift for those that use %60 keyboards and don't have a lot of keys. Thanks for this video, I'm going to consider buying one of those keyboards now which gave me suspicion that I wouldn't be able to use many other keybindings. Love from Turkey
Hey Saturnit. Thanks a lot, but have you seen UiPath (free as well): ruclips.net/video/sp5ZwFKfh-0/видео.html Kind regards, Anders
@@andersjensenorg Added it to my watch later list, thanks a lot for the professional in-depth tutorials :)
Man I can already hear how silent that room is
Haha 😄
what a legend hes the only one that replied@@andersjensenorg
in search of gold i found an infinity stone. with this program i will create an entire new custom desktop environment. Thanks bro.
Hey Sri. Haha, that sounds great. If you want, please share your solution with me (I'm always curious). Kind regards, Anders
@@andersjensenorg for now i created hotkeys for the google classroom and meet links 😂.
Hands down, this is one of the best tutorials I’ve ever seen. Thank you, and great job!😄
100x thanks 🙌😊 Kind regards, Anders
you can update your script by including this line in it :
~escape::reload
this way, you'll just have to press escape every time you want reload your script
This is better ;)
If you include the following code to the ahk script, all you'll have to do is save the file.
--- code ---
; Automatically reload the current script when a new version is saved.
FileGetTime, ModTime, %A_ScriptFullPath%, M
SetTimer, CheckTime, 1000
Return
CheckTime:
FileGetTime, ModTime2, %A_ScriptFullPath%, M
If (ModTime2 != ModTime)
{
Reload
}
Hey Fabrice98
I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world.
Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html
Kind regards, Anders
Honestly you are the man. You have helped me so much in my professional work over the last few months. Thank you! World needs more like you.
Wow, Vishaal - thanks a ton 😍
This is 12 solid minutes of unbelievable helpfulness.
Thank you!!
Hey Wilson. Thanks a ton! Kind regards, Anders
Man I skipped once to get to the point thinking it'd be one of those boring tutorials(because of your voice too) but getting in halfway blew my mind, this program is awesome! Planning to map the tilde key and console button not present on the 60% keyboard(motospeed ck61) I ordered online being shipped to me as I type this, thanks for the content man! That executing notepad thing amazed me! This will definitely make my life easier!
Haha, Manu. Thank you 😊 How can I make my voice less boring? If you have not seen this, ruclips.net/video/AvzhaoDxd8Q/видео.html I have just made this, which is a very extended version of this tutorial (2020 updated sort of). Kind regards, Anders
@@andersjensenorg I'm sorry, but maybe its just me. Checked the comments and it seems I was the only one who found it "boring". It doesn't matter because the way you present it makes up for it. Maybe you're just too monotonous? I'm not sure hahaha but definitely looking forward for more contents like this, the advanced ones someday once I get the hang of things! * taking notes *
@@andersjensenorg
Update:
Since I code and do system/network admin tasks, I was concerned about purchasing the "motospeed ck61" 60% keyboard, because it does not have the grave ` and tilde ~ key. With your tutorial and a dozen of google searches, I was able to find a way to remedy it using this program. And added the scripts in windows startup to activate it when my system boots up. I even wrote those same characters here using the binds I created, bound ` to CTRL + Q, and ~ to ALT + Q. THANK YOU SO MUCH MAN!
Awesome tutorial one additional thing that would be useful to show is "press this key to make ahk press that combination of buttons"
Thanks a lot - and you're right 🙂
you are a Sir and a Gentleman. Tons of love from Colombia
Thanks a bunch, Jose! 🙂
I can’t possibly thank you enough. Amazing video. A masterpiece. You should have been more popular that Mr. Beast
Thanks a lot, Airo 🤗 Your feedback helps me immensely. Kind regards, Anders
discovered this tool lately and I can't live without it, plus it's free !
thanks for the video Anders
Hey Fabrice98
I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world.
Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html
Kind regards, Anders
Cheers mate! Now I can type ä and ö on a TKL british keyboard.
Hey Casual. Great to hear - are you German? :) Kind regards, Anders (Danish)
@@andersjensenorg No haha. I'm British, but I'm learning Finnish, which commonly uses ä and ö.
How did you do that? I would like to use the ä ö and ü on a ansi keyboard.
@@Watchy771 I believe they're suggesting using ALT codes to type the characters instead of changing what kind of keyboard Windows registers their keyboard as. If you don't know what that is, there's a wikipedia page you can look up.
@@Watchy771 You already did that.
Fabulous concise video and very helpful. For many years I had a hotkey composer but it quit working after Win XP and I never found a replacement..til now!
Thanks again! But now all my emails close with "Thank You, I am Anders Jensen" LOL
Hahaha 😂 And thank you, Ron. I'm really happy with these messages, as they help me in a lot of ways (right now it gave me a smile on my lips 😀). Kind regards, Anders
Great video and get right away to the examples! Thank you for considering my time and getting to the point of your title.
Hey Ancient. Thanks a lot. Have you seen UiPath? A much more advanced automation application and much easier to use (low-code/no-code): ruclips.net/video/sp5ZwFKfh-0/видео.html Have a great day. Kind regards, Anders
This is so helpful Anders! I learned so much.
Subscribed and rang the bell!
Hey Captain Bob. Thank you - today I finished a remake of this 😀 Have a great day. Kind regards, Anders
Randy for Excel for Freelancers recommended this, very good!
Hey Steven
Nice! If you want to automate Excel, you have better solutions in doing so:
Power Automate: ruclips.net/video/kbYGFIo0WGc/видео.html or
UiPath: ruclips.net/video/E9GUL53V3-E/видео.html
UiPath is completely free and very versatile. I've created this beginners tutorial, that will get you started: ruclips.net/video/3ZKzTHdpsTs/видео.html
I hope this helps :)
Kind regards,
Anders
@@andersjensenorg how can i close auto hotkey
Excellent! Thank you for your work! Greetings from Buenos Aires.
Thanks a lot, Alejandro 🙂
Thank you so much with your help I created an artificial macro. Nice video !
Very nice, Minebork! 😎
Liebe Hr. Jensen, Vielen dank fuer die video. Es ist fantatisch und lernbar!!! Gruss, Anoop- India
Guten Morgen, Anoop. Wirklich cool, dass du das Video nützlich fandest und einen Kommentar gepostet hast 😊 Mit freundlichen Grüßen Anders
GREAT direct tutorial. THANKS, much appreciated.
Thanks a ton, Anything Under The Sun 🤩 Have a great day. You're more than welcome at my Discord, where we're 6000+ RPA developers networking and solving problems: ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
You are a perfect teacher! Thanks it helped alot.
Thank you so much, happy to hear 🙌😍
holy shit!! u can finally fix the stupid ass problem i have with typin adn instead of and, and cash instead of cahs!! i cant seem to simply slow down a little so thank god for this now i jus need to figure out how to make it work :p
Haha very nice. Feel free to post your solution in the AHK channel of my Discord (discord.gg/d8KQpTUvFD) and we can tune it for you 🙂 Kind regards, Anders
Awesome video, I appreciate the chapters, very helpful.
Thanks a lot, Vinnyisntgud! Kind regards, Anders
thanks for the video tutorial. it helps me to start :) and i know to explore further.
You are welcome! 🤩
This could be added (to make the script automatically reload when you make a change and save it).
It will check the modified time of the ahk file every 1000 ms. Useful for beginners to not waste time while messing around with the script.
-------- code ----------
; Automatically reload the current script when a new version is saved.
FileGetTime, ModTime, %A_ScriptFullPath%, M
SetTimer, CheckTime, 1000
Return
CheckTime:
FileGetTime, ModTime2, %A_ScriptFullPath%, M
If (ModTime2 != ModTime)
{
Reload
}
Hey Alin-Teodor Catană
I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world.
Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html
Kind regards, Anders
i was searching this for weeks....
Thank u very much, now i dont need to use bullshit hacks anymore :)
Haha, hey carTon. Thanks a lot! Have you seen UiPath (it's even more easy and free as well): ruclips.net/video/sp5ZwFKfh-0/видео.html Kind regards, Anders
Thank you! This was a very good Tutorial and it helped me out a binch while making HotKeys!
Hey Ikszyon. Great 🙂 Let me know, if you have questions in your work with ahk. Kind regards, Anders
@@andersjensenorg I don't have any questions for now because I only needed it to make some HotKeys. :D
Hey Mr.Jensen thank you for the video it helped a bunch and if I have problems again i will immediately come back to you. Thank you!
You're very welcome, Silent Clasher - your support helps me a lot 😍
Really helped me alot. Thanks for a great video !
Thanks a lot, Peter!
Superb! Keep creating more cool content...
You're very welcome, Flickson J - your support helps me a lot 😍
Great video and explanation. Thank you!!!
Thanks a lot, Febe Rojas 🤗 Your feedback helps me immensely. Kind regards, Anders
Quick and to the point sir!
Thanks a lot 😀
Best tutorial ever! Thanks dude.
Hey Ryker. Thanks a ton! Kind regards, Anders
Thank you, I learned something today.
You're very welcome, JanicePhilly KL - your support helps me a lot 😍 You're more than welcome at my Discord, where we're 5000+ RPA developers networking and solving problems: ruclips.net/video/xWFz-S96XGo/видео.html
What a fantastic tutorial on AHK, thank you!
Thanks a ton, takenbythedesert! 🤩
Excellent presentation. Thanks.
Hey Dentzone. Thanks a lot! Have you seen my extensive AHK tutorial: ruclips.net/video/AvzhaoDxd8Q/видео.html Kind regards, Anders
thanks, this helped me out!
Thanks a lot for writing, ZeusXGod 🙂 Let me know, if you have any further questions in the process. Kind regards, Anders
I watched two minutes and I was lost but thanks!
Haha, thanks 😄
Thank you so much, this video helped a lot
You're very welcome, Akash Shirsekar - your support helps me a lot 😍
super helpful . thanks for the upload
Thank you, Jaturon 😊 I am creating this over the next coming weeks (will end with around 12-15 videos). Some of the intro videos is probably stuff, you know, but others are "step 2" to the beginner tutorial. ruclips.net/video/k7e9MrP-U_g/видео.html Kind regards, Anders
Hey, such a nice video.
Thanks a lot, Vamsi 😊
Informative video, subscribed👍
Hey Davood. Thanks a lot :) Have you seen UiPath, which is also free and AutoHotkey on steroids (I've used AHK for 5 years myself, before switching): ruclips.net/video/sp5ZwFKfh-0/видео.html Kind regards, Anders
Very nice explanation, simple and clean.
Thank you, Eduardo 👍🙂 I would like to make a part 2, where I improve sound and try to zoom on the code a bit more. Have a great sunday. Kind regards, Anders
At 2:15
you say: Remember to write return
closed captions: TOO HEAVY RETURNED INDIAN
😀
Did not expect the Danish accent jumpscare, xd
Hahaha, do you speak Danish yourself? 😅 If so: Tusind tak, Mvh Anders!
@ Jeppers. Tak for hjælpen, Anders! ^_^
@@Henlomi Haha, elsker det 😅🙏
ur voice is ASMR worthy :]
Haha, thank you - I had to google it 😄
Thanks so much for this! I can already envision the fun I'm going to have with scripting this!
Hey Dubber. Haha, great. Have you seen UiPath? More possibilities and still free: ruclips.net/video/sp5ZwFKfh-0/видео.html Kind regards, Anders
Great one !
Thank you, Naufil 😊 Have a look at UiPath: ruclips.net/video/3ZKzTHdpsTs/видео.html, if oyu like to automate things. It's free and very powerful (low-code and drag and drop). Kind regards, Anders
@@andersjensenorg thanks for this one. I'll check.
Nice. Let me know, how it went 🙂
The fact that you challenged me, mortal, it makes me laugh, I AM YOUR GOD
Ok, bot
@@andersjensenorg Nah
Thanks a lot for the video.
My pleasure 😊❤️
@@andersjensenorg New suscriber 😉
@@gmansi Thanks a lot 👋
Helpful, but also unintentional ASMR. :)
What's that? 😀
Great video! Really quick and to the point. I learned more from this than I have from the previous 3 videos I've watched. Will you be doing more AHK tutorial videos?
Hey Darren. Thank you very much and definately. It's actually funny. I've used AHK a lot around 7-8 years ago and then just made this as a sort of fun video in which I didn't think people would watch, but I was wrong 🙂 What would you like to see? A "Part 2", building a smaller project or...? Kind regards Anders
@@andersjensenorg I think expanding on what you've done in this video with more functions, and maybe using them to build a small project would be a cool video. I'm currently trying to figure out how I can capture mediakey keystrokes and send them directly to a media player (Plex, Chrome, VLC, etc.) while I have a fullscreen app (usually a game) open on my other monitor. This video has given me a starting point. I look forward to your next one.
Hey Mexodis. Again thank you. Did you see this 80 minute long tutorial, that I made? ruclips.net/video/AvzhaoDxd8Q/видео.html Kind regards, Anders
thanks, so succinct and clear
Hey Sebastian. I'm happy, you could use the video. Kind regards, Anders
Had it for awhile its acctualy pretty easy to use
Yeah, I agree. Have you seen UiPath? Even more easy (low/no-code): ruclips.net/video/sp5ZwFKfh-0/видео.html Kind regards, Anders
@@andersjensenorg seems a bit complicated I'll have to use it myself I feel like I work better when I figure stuff ot myself lol
Im starting to learn this my first tutorial video if i manage to do the thing i wanna do i will edit this message.
I'm so glad to hear, Sam - happy learning 😊🙌
This is truly a very useful program. I've got a new keyboard recently and it doesn't have any key to control the volume. So I am wondering if it's possible to assign a hotkey, say "fn+page up" and "fn+page down" as volume up and volume down respectively.?
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 6000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Thank you very much!
Hey Pomah (and sorry if I misspelled your name, I don't have Cyril). Thanks a lot 🙂
Thanks this video helped me a lot
How do i make the script loop and not end?
Thank you, Adam 😊 Just place the code in a loop:
Loop
{
Your code
}
Kind regards, Anders
fantastic, thank you.
You're very welcome, Craig Beuthin - your support helps me a lot 😍 You're more than welcome at my Discord, where we're 5000+ RPA developers networking and solving problems: ruclips.net/video/xWFz-S96XGo/видео.html
Good video!I like it!
Thank you, Li 😊 Kind regards, Anders
Hey Anders, great video! I created a hotkey to type a message (for gaming "quick chat") however, I don't know how to disable the key please let me know if there's a way to disable it.
Hey Patrick. Thank you 😊 What you can do is:
- Close the script (go to the Windows tray and simply just right click-close)
- Make a hotkey to suspend it ("Suspend")
Let me know, if the first solves it. Otherwise I will gladly create the second for you, if you tell me, how you want to disable it.
Kind regards, Anders
@@andersjensenorg can't he just use the semi-colon ?
Lol my company uses this built into some employee quality of life tools. Have a front-end application that let's us share them, add more tools like a paste application that let's you add deliniators to copied lists etc. I was digging around trying to figure out how to backup mine and found the .ahk file and was curious what type of file that is. Literally just A.uto h.ot k.ey file lollll. Looked this up because they haven't supported it in years and the download no longer works and wanted a replacement with my new laptop. LOVE THIS THANK YOU
Haha, thanks a lot 🙌
Nice vid! Keep up, Anders! ^^
I'm trying to assign a key that pauses Windows Media and VLC Player at the same time. Is it possible. If so, how?
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 13,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Hi thanks for the video, how would I add a home key as my keyboard doesnt have one?
Hey serenity sims I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world. Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html Kind regards, Anders
thanks although the documentation seems a bit changed now for the version 2.0
Thanks a ton, HI I'm Thiyum @mihionline 🤩 Have a great day. You're more than welcome at my Discord, where we're 6000+ RPA developers networking and solving problems: ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
23 thousand views and only 340 likes? Come on People.
Thank you very much, Big Rod. Kind regards, Anders
It doesn't work for me, when i right click and press new I open up with enternet explore and I pressed open and still doesn't work. It only opens up with enternet explore. I need help.
Hey Spinkhur
I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world.
Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html
Kind regards, Anders
I bet someone has already explained it [And if you did, forgive me, I've the brains of a fly] but I'm not yet ready to go through hours of footage to find my answer.
Is there a stop/start function for this?
As in, you press a key to start the script and then you press another key to stop it.
Say R for Start and S for Stop. I know how to /stop/ the script with a button, but not how to /start/ it with a button. If this exists, would you kindly explain how to do such a thing?
Yes. You can start with either with a Hotkey, Hotstring or not even a trigger. Just to remember to double click the script to activate it (or you can auto start it with Windows: ruclips.net/video/BrKIo9IpZBU/видео.html). To stop it you can assign a hotkey, usually you will assign Escape with the following:
Esc::ExitApp
Kind regards, Anders
@@andersjensenorg Thank you so much! You've been a great help!
really great video, i have a manba remote i was wondering if i can remap its buttons on my windows device to use it for anki?
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 11,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
very nice!
Thanks a lot 🙂
Great! Thank you!
Hey Werner, thanks 🙂 I'm trying to make a 'part 2' in a couple of weeks. Kind regards, Anders
great thank you so much. do you know how I can map keys to control the mouse?
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 12,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Thank you for the guide it made all things easier, the guide that AHK provides on how to create a AHK is terrible
You're very welcome, Blae - your support helps me a lot 😍
AHK ASMR?
Don't mind if I do.
Haha, youre number XX, that mentions ASMR, what's all about it? :)
Great video, Anders. Is there also a way to automate the script completely and not with a button press? Im looking for an AHK script which will press the F9 key if my Excel file is open, to update the formulas in the worksheet. Could you help please.
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 12,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Thanks so much
Thanks for always being so supportive 🤩
Hello I'd like to be able to disable a script for an app or two, and it's working fine in a single app (#IfWinNotActive ahk_class [appName]) but as I add additional apps it stops working one of them. Please could you help me with correctly inputting the command in one line if possible. Not sure if there's *or * variable missing or not, but avoiding GroupAdd if possible? The simpler the better.
Hey Rezo Simon
I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world.
Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html
Kind regards, Anders
Ty Dude.
You're very welcome 🙂💪
Man merkt sofort, dass da ein Deustcher hinter sitzt :D
Haha guten abend, Hacker. Ich bin Dänish :D, aber ich habe ein bitchen Deutch in shule haben. Auf wiedersehen, Anders
thanks alot!
Hey tany, thanks for letting me know - have you seen this? ruclips.net/video/AvzhaoDxd8Q/видео.html Kind regards, Anders
Hello i need a bit of help.
I want 1 click to register into 2 clicks so here is the simple script i made.
Lbutton::
click
sleep,0.000000000000000000000000001
click
sleep,0.000000000000000000000000001
It all works out but the thing is when i hold down the left click it still only registers as 2 clicks. How do i make it so that when i briefly click. Its 2 clicks. But when i hold down the button. It registers as me holding down the button. Thanks!
Hey Gameryusic. Great question. It will be hard, since a click is a click. You can make a loop, where after e.g. 1000 miliseconds, check if the key is still pressed. Kind regards, Anders
Thank you so much. Can we give print command with mouse movement with auto hotkey?
Hey ARVIND ABHANG
I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world.
Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html
Kind regards, Anders
Hi I love the video, really well thought out. ♥ I am wondering is it possible to link a autokey to a twitter notification? so when a notification is received a right click on the mouse will be hit? I want to make this a part of a trading bot to auto trade when tweets are made. Thanks! 🔥
Hey SinGames I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world. Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html Kind regards, Anders
You could zoom the typed text for viewrs convenience.
Hey sukhpreet. I agree 🙂💯 Check this, where I improved that (and the sound): ruclips.net/video/H4GsO17Pls0/видео.html have a great day. Kind regards, Anders
@@andersjensenorg Thanks a lot
very useful great video
Hey Lalit. Thank you 🙂 I have made this today, ruclips.net/video/AvzhaoDxd8Q/видео.html it is an extended turorial (you can probably skip a chapter or two, if you have seen this). Kind regards, Anders
thanks man !
Amazing video! I do have a question though, is there a way I can bind two keys on one key while when I press the hot key once it acts like holding it instead of a one tap, and then press it again to end the extended action ? ( press the key repeatedly like on/off)
I have been looking everywhere to find a program able to do that without any luck :) thnak you in advance!
Hey alkis alkis I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world. Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html Kind regards, Anders
ty
Tyu2 🙂
can you do a video on like coordinates and how to make the mouse click certain things
Hey Kyra. I'm about to make a step 2 to the autohotkey tutorial and I will briefly touch that sibject 😊 I hope that helps you. Kind regards, Anders.
Very informative, thank, I just can not get {Volume Up} to work !!
Hey ahmedjoo
I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world.
Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html
Kind regards, Anders
i made it rickroll me whenever i search up the hub in november
Haha, I feel lucky then 😀
im medical transcriptionist, recently we went onto plateforum on chartnet and my pedal (1 button click pedal) is not working in new software, but was working perfectly on express scribe sofftware, so quick question is, i have to play manually by pressing F12 key, so voice backup 1 second, so listen and type, can u make a autohot key so while i press my button and it automatically press only F12 key so it will go to 2 seconds? i am stuck here, my others friends have foodpedal too, but i cannot afford it, bcz it comes from USa and is costly.. i am looking forward ur response, plz make a one for me.. so i can use into my pc. thanks from pakistan.
Hey Imran. Thanks for your question 😊 So you want a script than when you press a certain button it should run a F12 and then 2 seconds delay (sleep)? Kind regards, Anders
Nice video but how do I use shift+Right mouse button to emulate Middle Mouse button?
I am so new to this it hurts. So can we get it into copy paste form please?
Ive tried others like ~
Hey TycoTyrannus
I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world.
Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html
Kind regards, Anders
Hi sir maybe you could help me i already watch your videos regarding auto hotkey.
How to repeat script with just 1 click of keyboard ?
Like for example
Every time i press space bar it would write
*thank you*
In my case i need hold the space bar in order to spam
Thank you thank you thank you...
Is there a way to only press 1 key by not holding it ?
Your help would be much appreciated.
Thank you
Hey Joe. Sure.
Space::
Loop 100
{
Send, Thank you
}
Return
This will send Thank you 100 times, when you press space :)
Kind regards, Anders
Hi, when i use hotkey i want it to click / first then write something and that it automatically enters. How can i do that? So for example when i click the letter P it will say / first then writes something and then enters it.
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 9000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
This is depreciated in the new version. This video needs to come down, or be updated. I spent too much time trying to figure out why the syntax wasn't working.
Thanks for the feedback, Ricard. This guide is for AHK legacy. Kind regards, Anders
What is the code you have above all of the scripts you showed us? Is it something we need to copy and paste for performance or bug fixes? Complete noob here btw i know nothing about this stuff, great video tho you made everything way easier than i thought it would be
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 10,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
how do you tur off the scrit lease?
Hey Sage Eden
I worked within AutoHotkey for more than five years, but I started to find myself limited (I couldn't automate everything). As a result, I've changed the tool to UiPath. It's free as well; it's low code (drag-n-drop), the most used RPA tool in the world.
Find my beginners guide here: ruclips.net/video/sp5ZwFKfh-0/видео.html
Kind regards, Anders