[Juho's AutoHotkey Tutorial #2 Hotkeys] Part 13 -

  Рет қаралды 4,659

Juho Lee

Juho Lee

Күн бұрын

Пікірлер: 27
@user-tk1lf5hi6f
@user-tk1lf5hi6f 2 жыл бұрын
This is fantastic. You're a great teacher.
@nodrugsnoscopez7013
@nodrugsnoscopez7013 3 жыл бұрын
Thanks for explaining this.
@MylonasFilms
@MylonasFilms 2 жыл бұрын
love this!
@ahmadridwan8763
@ahmadridwan8763 2 жыл бұрын
Easy to understand.., :)
@rustyshackleferdshacklefer3600
@rustyshackleferdshacklefer3600 3 жыл бұрын
Finally an answer
@AbdicateDotNet
@AbdicateDotNet 3 жыл бұрын
Great video!!! 👏👏👏👍👍✔✔ This isn't part of AutoHotKey, but how did you get your key presses to appear in the video?
@JuhoLeeChannel
@JuhoLeeChannel 3 жыл бұрын
Hello AbdicateDotNet I created a video on this before: kzbin.info/www/bejne/f6Cwo2V7prV5gNE
@Johnzuuu_
@Johnzuuu_ 2 жыл бұрын
How do I use it on a mic toggle?
@rimantasdanilevicius6754
@rimantasdanilevicius6754 3 жыл бұрын
How you managed to show the real time what kind key strokes you click on your down left corner of screen? :?
@JuhoLeeChannel
@JuhoLeeChannel 3 жыл бұрын
Hi Rimantas this is an OSD script I adopted from Maetrith's. You can find out more about it in this video: kzbin.info/www/bejne/f6Cwo2V7prV5gNE
@the_steko
@the_steko 3 жыл бұрын
ok and what do i have to remap if i want to have a loop on my Numpad5 key so when i press it it loops Numpad5 and when i press it again it stops the Numpad5
@JuhoLeeChannel
@JuhoLeeChannel 3 жыл бұрын
Hello sMoke_MaRky. Numpaddot was the hotkey in my video. You can switch that with Numpad5 to use it as your hotkey.
@the_steko
@the_steko 3 жыл бұрын
@@JuhoLeeChannel yes but in your wideo hotjey was numpad dot but what was the actual key for poop luke i want when i press numpad0 1 time numpad 5 will start pooping aka. Spamming and then i press numpaddot again and it will stop thats what i want but idk hoe to do it
@the_steko
@the_steko 3 жыл бұрын
and how to remove the clicks counter next to your mouse
@JuhoLeeChannel
@JuhoLeeChannel 3 жыл бұрын
Hi sMoke_MaRky. To remove the tooltip you simply have to run another tooltip with no value in it. If you want to know more about tooltips check this video out: kzbin.info/www/bejne/fZ3ScpuJaL5qas0
@the_steko
@the_steko 3 жыл бұрын
How do i replace ao i can have a loop for numpad5 when i press numpaddot
@JuhoLeeChannel
@JuhoLeeChannel 3 жыл бұрын
@@the_steko Hello sMoke_MaRky. To trigger another hotkey in the same script you can use the Send command. E.g: Numpaddot:: Send {Numpad5} return Numpad5:: msgbox hi Return To make a hotkey trigger a hotkey in another script, you can use #InputLevel 1(www.autohotkey.com/docs/commands/_InputLevel.htm).
@the_steko
@the_steko 3 жыл бұрын
@@JuhoLeeChannel idk how can you write that for me pls u know how to code
@sinceresoulml7801
@sinceresoulml7801 3 жыл бұрын
How can I toggle copy alttab paste alttab?
@rustyshackleferdshacklefer3600
@rustyshackleferdshacklefer3600 3 жыл бұрын
I know this isnt the right video but what would you use instead of goto,label name when trying to call a label inside a function im told you cant jump like that ive been working through it by connecting my labels with if else statements no loops kinda like a brain
@JuhoLeeChannel
@JuhoLeeChannel 3 жыл бұрын
Hello rustyshackleferd, yes it sounds odd that you have to jump to a label from a function. I think normally you would call another function from a function?
@rustyshackleferdshacklefer3600
@rustyshackleferdshacklefer3600 3 жыл бұрын
@@JuhoLeeChannel you can call functions inside of functions? I normaly just forget they exsist once i use a goto
@JuhoLeeChannel
@JuhoLeeChannel 3 жыл бұрын
@@rustyshackleferdshacklefer3600 It seems to work OK in the below code: msgbox % Calc(1,2) return Calc(a,b) { a += 1 ;2 b += 2 ;4 c := CalcInCalc(a, b) ;8 return c } CalcInCalc(a,b) { c := a * b ;8 return c } This is also demonstrated in this post: www.autohotkey.com/board/topic/95002-how-to-nest-functions/
@amowatt01
@amowatt01 3 жыл бұрын
Ur an evil genius ....LOL....U think this can be used as a true toggle switch without leaving something running?
@JuhoLeeChannel
@JuhoLeeChannel 3 жыл бұрын
I hope so! Personally I haven't found much need for a single hotkey to toggle on or off something.
@zxotickexs
@zxotickexs 2 жыл бұрын
How do i make it send or make a msgbox in a loop with toggle ?
Cute
00:16
Oyuncak Avı
Рет қаралды 11 МЛН
А ВЫ ЛЮБИТЕ ШКОЛУ?? #shorts
00:20
Паша Осадчий
Рет қаралды 7 МЛН
Stop them from stealing your AutoHotkey script | Prevent decompiling
13:29
AutoHotkey - AHK - My fav scripts
15:22
How To Work From Home
Рет қаралды 44 М.
AutoHotKey / Tutorial 4 - Loop
7:14
Automações Tutoriais
Рет қаралды 17 М.
The Many Uses of AutoHotKey
13:42
SoCitrusing
Рет қаралды 83 М.
Basics of Auto Hot Key | AHK
5:13
Toasty DIY
Рет қаралды 33 М.
AutoHotkey - Intro - How to Use SetKeyDelay and SendLevel.
10:13
TAB Nation - Automation
Рет қаралды 2,6 М.
Arrays and for loops - AutoHotkey v2
20:02
Axlefublr (she\they)
Рет қаралды 1,5 М.
Cute
00:16
Oyuncak Avı
Рет қаралды 11 МЛН