Smart Keyboard Shortcuts
Автор: GeekyAndTweaky
Загружено: 2021-01-10
Просмотров: 403
Описание:
In this video we talk about a simple authotkey script to create Smart Keyboard Shortcuts. Example here show how you can launch calculator, bring it to foreground and terminate it if it is already in foreground; all using the same keyboard shortcut.
Script Code:
;#################
#c::
IfWinActive, Calculator
WinClose, Calculator
Else
{
IfWinExist, Calculator
{
WinActivate, Calculator
}
Else
{
run, Calc
}
}
;#################
Keyboard shortcuts for Volume control, Mic Mute, playback control - Custom made:
Link to the other Video: • Keyboard shortcuts for Volume control, Mic...
Thanks for watching a video on this channel: Geeky&Tweaky
Kindly consider subscribing to the channel for more informative videos on Geeky and Tweaky things :)
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: