Skip to content

A simple test of Qt, using Apple Script to simulate keyboard control. A part of mySmartHomeTools

License

Notifications You must be signed in to change notification settings

uwaudio/QtControlAppleScript_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

af2a960 · Jan 7, 2025

History

15 Commits
Jan 7, 2025
Jan 7, 2025
Jan 7, 2025
Jan 7, 2025
Jan 7, 2025
Jan 7, 2025
Jan 7, 2025
Jan 7, 2025

Repository files navigation

QtControlAppleScript_test

Motivation

Started this project because while using Home Assistant to control my home, I found that I was missing a device for simple control of my playback computer. Since I use a Mac Mini in my home that is directly connected to the NEC projector, I can currently only switch the NEC projector on and off with Home Assistant, but not the player (my Mac Mini).

So I decided to do some initial exploration of controlling my player in a simple way.


Technical Details

A simple test of Qt, using Apple Script to simulate keyboard control. A part of my SmartHomeTools.

In AppleScript part, simply using the System Event's "KeyStroke" to simulate a keyboard activity. And then, tell process Google Chrome. So that if you are already watching a Video on web site. It can control the video play/pause. Just like you are pressing the "Space" key to play or pause this video.

(for all dear contributors, I have not test on NetFlix. If you have NetFlix account and prefer to test this tool, please tell me any result or issues, thanks a lot ! )

image


Release Note

V0.2.2

  • Add special controls for Bilibili Live platform.

download v0.2.2-alpha

V0.2.1

  • Add more button, to provide more control functions.
  • Add special controls for YouTube platform.

download v0.2.1-alpha

V0.0.1 (initial version)

  • Only one button, used to verify that Qt can control applications in macOS through AppleScript.

In feature

Next step will create the remote version.
Maybe this tool will provide a webAPI, and sinply http request will control the play / pause instead using button.


System Requirement

  • Apple macOS 10.15.7 Catalina (only test on this version)
  • Google Chrome version 108 or newer version

Development Environment

  • Apple macOS 10.15.7 Catalina
  • Qt Community Version (Clang 6.2.4)

License

License LGPL v3 (Development with Qt Community version)

About

A simple test of Qt, using Apple Script to simulate keyboard control. A part of mySmartHomeTools

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published