AutoHotKey Intro 7 - 2 hotkeys at once, Open tab based on current tab, send key as normal \ hotkey.

preview_player
Показать описание
Here we look at using two hotkeys at once, Opening tabs based on current tab, send key as normal and hotkey.

CODE:
SetTitleMatchMode, 2
; ------google search------
f1::
clipboard=
send ^c
If clipboard =
{
Return
}
Return

; ------hotkey combo------
9 & 0::
msgbox, You pressed both 9 and 0
Return

;------send normal key and hotkey------
~l::
msgbox, I typed L and triggered hotkey
Return

;------open more tabs based of current------
f2::
Send ^l
Send ^c
If clipboard contains google
{
}
Return
Рекомендации по теме
Комментарии
Автор

Noob like me never realized this much simple yet amazing script exist....U r amazing bro (if Clipboard contains google) now my way of interaction with Autohotkey becomes much more easier and u opened brand new possibilities into my Script 🤩 thanks alote...✌👍

thethinker
Автор

Blender software windows file menu not works, ghost window.
Alt F not works or winmenuselect also not works.

browsetube