ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

Smart Keyboard Shortcuts

Geeky&Tweaky

Geeky and Tweaky

autohotkey

keyboard shortcusts

macro keys

hotkeys

automate

smart shortcuts

productivity

editing

luamacros

diy

ahk

calculator

script

autohotkey guide

calc

windows

tutorial

guide

beginner

code

program

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 :)

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
Smart Keyboard Shortcuts

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]