Загрузка страницы

AutoHotKey Intro 2 - Remapping keys, IfWinactive, Ifwinexist, Suspend aka pausing your script.

Welcome to intro 2 of AHK. very basic stuff to get you started in remapping your keyboard possibly for gaming Along with make sure your commands dont send to the wrong window.

CODE:
SetTitleMatchMode, 2

a::b
c::o

f1::
Send ^v
Return

; LButton - left mouse
; ! - Alt
; # - winkey
; ^ - Contral
; + - Shift
; & - Two keys for hotkey

q & w::
msgbox, hi
Return

f2::
Msgbox, %A_Ahkversion%
Return
f3::
IfWinactive, Notepad
{
Msgbox, Notepad is active
}
Else
{
Msgbox, Notepad is NOT active
winactivate, Notepad
}
Return

f4::
Ifwinexist, Chrome
{
Msgbox, Chrome is around
}
Else
{
Msgbox, Sorry Chrome is NOT around
}
Return

f5::
Suspend

Видео AutoHotKey Intro 2 - Remapping keys, IfWinactive, Ifwinexist, Suspend aka pausing your script. канала TAB Nation - Automation
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
16 ноября 2020 г. 22:00:06
00:09:50
Яндекс.Метрика