The Many Uses of AutoHotKey

Поделиться
HTML-код
  • Опубликовано: 16 янв 2025

Комментарии • 101

  • @JoeGlines-Automator
    @JoeGlines-Automator 4 года назад +11

    AutoHotkey is such an amazing tool! I'm so glad to see other people sharing "how to" as well! :) Love it!

    • @JoeGlines-Automator
      @JoeGlines-Automator 4 года назад

      btw- have you taken the AutoHotkey user survey? Please do...

  • @williamstezowski804
    @williamstezowski804 6 лет назад +42

    0:09 this guy has no-recoil scripts for rust he's a hacker

  • @personone6881
    @personone6881 5 лет назад +8

    I just found AutoHotkey... and this vid... everything is expanding!

  • @doui5916
    @doui5916 4 года назад +4

    Btw windows has a built in function where you can specify which apps should open when you turn on ur pc

    • @ThaAftrPartie
      @ThaAftrPartie 3 года назад +1

      At 4:50 he explains why he did it

    • @doui5916
      @doui5916 3 года назад

      @@ThaAftrPartie you could also set it to have delayed launch in the startup apps

  • @denizylmaz852
    @denizylmaz852 4 года назад +2

    Hello,
    Is it possible to provide two different key combinations so that the same key is alternated in the AutoHotkey program?
    For example, the first time I press" Space " (ctrl+space), then the second time I press it again (space), then the second time I press it again (ctrl+space), then the second time I press it again (Space)...
    Can it be made to continue like the first version, 2 versions in the form of a loop?
    Thanks..

    • @socitrusing7738
      @socitrusing7738  4 года назад +1

      You could use if statements to alternate keys like that. For example, if you pressed "e":
      count = 0

    • @denizylmaz852
      @denizylmaz852 4 года назад

      @@socitrusing7738 how can I do this with the space key?

    • @denizylmaz852
      @denizylmaz852 4 года назад

      @@socitrusing7738 error at line 4.

  • @xandl7881
    @xandl7881 4 года назад +1

    If anyone still interested/using the window moving script: for moving fullscreen windows u just gotta replace "if EWD_WinState = 0" in line 6 with "if EWD_WinState = 1". Now u can move fullscreen windows

  • @Ekarron
    @Ekarron 7 лет назад +2

    good video) the multiple copy and paste function is pretty cool!

  • @ShinyVeggie
    @ShinyVeggie 6 лет назад +5

    I as a fellow autohotkey user like what you're doing here. I have actually made a better version of that clipboard script. It will remember up to 4 previous clipboards which you can the toggle through with Caps + a and Caps + d.
    I also have a lot more scripts doing various things, but they're mostly combined into one instance using the #Include to combine all scripts into one.
    Funnily enough I've done a lot of the things you showed here, but obviously somewhat differently.

  • @menshu
    @menshu 7 лет назад +4

    thanks for making the video so user friendly with your timeline and download!

  • @MWGrossmann
    @MWGrossmann 3 года назад +1

    This app was one of my main utilities which made it possible for me to do handle a LOT more work in a LOT less time, and it remains an absolute godsend.
    The only utility slightly more useful is the MSKLC (or any of some half-dozen or so similar ones in Lunix). I haven't yet tried Pieter Degroote's but it seems to have a lot of buzz about it.
    MSKLC lets you add loads of additional characters (and turn off capslock) so if you do a lot of work with non-standard characters, it's awesome. If you do a lot of text or want macros to trigger insertion of text ("mmm" is a lot easier than typing my name, likewise Winkey+G for my gmail address), then AHK is what you want.
    Or use both. I do.
    Good video. Thanks.

  • @jorgedardon5487
    @jorgedardon5487 5 лет назад +3

    Thank you for inroducing me to the task scheduler. That is the biggest takeaway here. And your scripts were already awesome. Imagine my excitement.

    • @ceptember.
      @ceptember. 2 года назад

      task scheduler?

    • @redburningice
      @redburningice Год назад

      @@ceptember. The task scheduler is the windows program you can see at 9:40

  • @PatalJunior
    @PatalJunior 4 года назад +1

    I guess you don't need multiple clipboards with new windows multi clipboard with Win+V

  • @sillyguysamuel7982
    @sillyguysamuel7982 7 лет назад +1

    This is really cool. I never relized you could do so much with this.

  • @UngodlyDev
    @UngodlyDev 6 лет назад +3

    Thanks for making this video it was really informative. Hey, I'm thinking about buying a board of inputs. Dials, buttons, sliders, switches. The device is called loupedeck+. It's designed to work with adobe light room and recently reconfigured to also work with adobe primer pro. That's out of the box. I would want to use it for many of the other softwares i use also. Unity game engine, adobe Photoshop, autodesk Maya, and many others. I know I can write a script in unity to display text whenever unity detects an input from any device. The text could display the windows OS "input name" associated with the button struck or dial turned, I think this will give reliable keycodes/input names to use with the script this video is about. Do you think if I can get these input names of the keys from the loupedeck by using a unity script, that I can use this software you've just shown in this video to remap the fancy loupedeck bord keys/sliders to different macros.
    Thanks for any advice y'all can give me.

    • @socitrusing7738
      @socitrusing7738  6 лет назад

      Go on to the AutoHotKey documentation and search for "special keys" - it sounds like what you want

  • @user-xb5xn6dg1x
    @user-xb5xn6dg1x 6 лет назад +3

    Can I change my dpi button to O please help me with this. Thanks

  • @sibouras792
    @sibouras792 7 лет назад +3

    wow nice scipts, really helpful ^^

  • @Blankers111
    @Blankers111 4 года назад

    oh what happen when i remove it

  • @vaibhavkumar578
    @vaibhavkumar578 4 года назад

    Please tell me how to add bullet points and break the line

  • @7z7w
    @7z7w 6 лет назад +2

    everytime i create a new script and right click it
    it doesn't show "Edit Script" for me..

    • @socitrusing7738
      @socitrusing7738  6 лет назад

      Nowadays, it doesn't for me either. Instead, in the right click menu, head down to "Open With" --> "Notepad"

    • @7z7w
      @7z7w 6 лет назад

      Oh, thank you very much!

  • @tuananhdo1870
    @tuananhdo1870 5 лет назад +1

    Hi, I have an number keypad, Iwant to map the number 1 key to combo : Shift + F7. How can I do that with autohotkeys

    • @grzegorzzawadzki3693
      @grzegorzzawadzki3693 4 года назад

      Numpad0::
      Send {Shift down}{F7}{Shift up}
      ; NumLock modifier must be turned on.

  • @Hyuts
    @Hyuts 5 лет назад

    Nice job explaining. Think ill take a gander.

  • @JamesTsividis
    @JamesTsividis 6 лет назад +1

    I finished the video. Thanks for the scripts.

  • @kendallrenfro
    @kendallrenfro 6 лет назад

    I want to learn how to use auto hot key to record mouse clicks and enter a numeric value adding 10 each time

  • @qzorn4440
    @qzorn4440 3 года назад +1

    very nice example video.. better than some expert videos, this is right to the point. thanks a lot...:)

  • @michaelzing1197
    @michaelzing1197 3 года назад

    Cool vid, but js at 4:00, you can also just type chrome

  • @contact1araya
    @contact1araya 7 лет назад

    I am trying to get programs to with key combinations for examples a & x:: Run, Notepad.exe, the script works but afterwards the a and the x keys are useless unless I type them together to run notepad, I can't use them even separately to write.

  • @branthebrave
    @branthebrave 6 лет назад

    So you need close and open chrome really fast?
    ...

    • @socitrusing7738
      @socitrusing7738  6 лет назад

      Brandon Boyer Originally made so I can play games at school 😉

    • @gulotts
      @gulotts 4 года назад

      @@socitrusing7738 hmmmmmmmm

  • @samm4510
    @samm4510 7 лет назад

    I haven't had time to look into the copy paste code yet though I have always wanted something like that; a couple of questions though: I take it only works for text? and does it replace the regular functionality of Ctrl copy paste so you cannot copy files around?

    • @socitrusing7738
      @socitrusing7738  7 лет назад

      Sam M I'm fairly sure it only works for text, but it should not inhibit the normal shortcuts ability.

    • @samm4510
      @samm4510 7 лет назад

      Yes you are correct that it should not affect normal shortcut ability as I have just read the code comments and it stores the original clipboard and then restores it. Also it seems to work for files as well as it simply just stores the whole clipboard so that's pretty cool.

  • @Tamarín-FSH
    @Tamarín-FSH Год назад

    This video is so sweet, thnks for the tips.

  • @gunjchowwiwat8357
    @gunjchowwiwat8357 4 года назад

    how can i fix this?
    ::F::FIRE (OUTPUT>>FIRE)
    ::f::Fire (OUTPUT>>FIRE)!!!!!!!

  • @EgzonArifi
    @EgzonArifi 5 лет назад

    hello so i work with a privatw chat and i have 2000 users to chat with how can i send them all a message withouy going one by one please it would be helpful thanks

  • @MrTylerNinja
    @MrTylerNinja 6 лет назад

    Having a lot of issues with copy/paste any suggestions?

    • @socitrusing7738
      @socitrusing7738  6 лет назад

      Tyler Sandiford What exactly are you trying to do?

    • @MrTylerNinja
      @MrTylerNinja 6 лет назад

      ICEThat trying to copy/paste. Using that script I only get 3 paste combinations of the same clipboard

  • @shoxdanger
    @shoxdanger 5 лет назад

    you can use sendinput then its faster try it

  • @firstcommenter202
    @firstcommenter202 3 года назад

    for people who wants the benefits of programming, yet does not want to do proper programming

  • @arcowo
    @arcowo 7 лет назад +2

    Great video man!

  • @-iIIiiiiiIiiiiIIIiiIi-
    @-iIIiiiiiIiiiiIIIiiIi- 6 лет назад

    Great video! You from Londish bro?

  • @midasnightmare9766
    @midasnightmare9766 7 лет назад

    do you know a script that spams a key? like if i press x it presses it till iwant it to stop icant find one.

    • @socitrusing7738
      @socitrusing7738  7 лет назад

      yes, in fact i have made one myself i was considering covering in a future video. this script opens two input boxes, one allows you to set the delay between pastes and one sets the amount of times it will paste. it will wait five seconds, then start pasting. you can force close it at any time with RShift+Enter pastebin.com/0yCJKKaP

    • @cpham4202
      @cpham4202 7 лет назад

      I dunno what to do with a script like this, all I need a script to do is spam q and then I could stop it anytime I want.

  • @92Diel
    @92Diel 7 лет назад

    is it possible to configure to auto repeat/click keys while a keyboard
    key is pressed down? I mean, I click and hold 1 and it keeps clicking 1
    while its pressed?

    • @socitrusing7738
      @socitrusing7738  7 лет назад

      Jadiel Augusto Try running a loop while that key is on eg:
      1::
      Loop {
      SendInput 1
      }
      If that isn't what you're looking for, I'm sure there is a way to do it but I don't know it myself

    • @92Diel
      @92Diel 7 лет назад

      this works in games like Aion online?

    • @socitrusing7738
      @socitrusing7738  7 лет назад

      As long as you run the script as admin, it should run in any application. However, I can't guarantee that the game's anticheat won't make a fuss, it's different for every game

  • @MobloxGaming
    @MobloxGaming 5 лет назад +2

    U make better video than me, but still have only 96 subs? [i have 350]
    man u deserve more sub

  • @SintaxErorr
    @SintaxErorr 4 года назад

    the clipboard one is redundant. windows has multi-clipboard that can hold up to like 20 different things now. just if anyone interested

  • @letsgoBrandon204
    @letsgoBrandon204 3 года назад

    I'm scared of those auto correct scripts. Great way to train your brain how to spell badly

  • @oliver2189
    @oliver2189 8 лет назад

    love it just one recommendation is that you should speak up a bit so your voice is a bit more clear in the video but other your cool :-)

    • @socitrusing7738
      @socitrusing7738  8 лет назад

      thanks :)
      my mic is normally about half a metre away from me so it doesn't pick up too much keyboard noise - next time i'll try placing it closer to me

    • @oliver2189
      @oliver2189 8 лет назад

      ICEThat and can you upload the link to these scripts on pastebin or Google drive etc?

    • @FloowSnaake
      @FloowSnaake 8 лет назад

      funny voice

    • @socitrusing7738
      @socitrusing7738  8 лет назад

      The Socialist I will add them to the description soon

    • @socitrusing7738
      @socitrusing7738  8 лет назад

      Floow snaake it's probably the new zealand accent :P

  • @IPODsify
    @IPODsify 6 лет назад +3

    Ice that intro, random EDM song snippet intros are tacky and ear grating

  • @stefanzdravkovic4580
    @stefanzdravkovic4580 7 лет назад

    great video, +1 subscriber!

  • @TenDaysRotting
    @TenDaysRotting 4 года назад

    Great video

  • @valterbranco7701
    @valterbranco7701 7 лет назад

    I would like to make an auto potion for MuOnline
    script needs to be run as administrator
    the keys that make the potion down are QWE
    I would like a script with infinite repetitions, the faster the potion goes down the better it gets, the faster it would be possible, if anyone could help me I would be very grateful.
    keys to start and pause
    F5 starts
    F6 stop

    • @socitrusing7738
      @socitrusing7738  7 лет назад

      Something along the lines of this?
      This would press the key repetitively as fast as the script can handle
      q::
      Loop {
      SendInput q
      }
      And this would hold down the key
      q::Send {q down}

    • @valterbranco7701
      @valterbranco7701 7 лет назад

      I'm pretty much noob on that ksks, I need to press like "q" "w" "and" keys at the same time, I get it right because the guys use this and I do not ksks, they press for example F5 then start sending qweqweqweqwe then press f6 and stop, could you help me?, thank you in advance!

    • @socitrusing7738
      @socitrusing7738  7 лет назад

      F5::
      Loop {
      SendInput q
      SendInput w
      SendInput e
      }
      F6::Pause
      ?

    • @valterbranco7701
      @valterbranco7701 7 лет назад

      uowwwwwwwwwwwwwwww, thanks man :D

  • @MohammadTawaha
    @MohammadTawaha 4 года назад

    Thanks, helpful

  • @Gusrikh1
    @Gusrikh1 6 лет назад

    Very helpful

  • @kerimtim
    @kerimtim 6 лет назад

    This is the weirdest accent I've ever heard

  • @andreyzverev7804
    @andreyzverev7804 5 лет назад

    спасибо!

  • @innf5701
    @innf5701 5 лет назад

    听不懂难受呀