Python version of HighSierraMediaKeyEnabler
Project description
Media Keys on macOS High Sierra+
This project is a version of HighSierraMediaKeyEnabler written in Python for simplicity using PyObjC.
In short, it makes it so that Safari cannot steal the media keys: the media keys always control iTunes (Music on Catalina). (I usually have TweetDeck open in a Safari window, and if TweetDeck has tried to send a notification, Safari would grab the media keys to just replay the tweet sound; the only way to get them back to iTunes was to click the mouse—ugh!)
Using
After installing, you will have a command mediakeyenabler. Run it. End it with Ctrl-C or sending the equivalent signal to the PID.
Known Limitations
I don’t use spotify, so this only supports iTunes.
I don’t ever want it to start iTunes, so it only does anything if iTunes is already running.
I’ve never wanted to fast forward or rewind, only restart the track or go to the next one (in fact I didn’t know FF and rewind were possible) so this program doesn’t do that.
No GUI (at least not yet), it’s just a command line program.
Known Limitations in the Original
There are some known limitations in the original that this project inherites due to the basic design using a CGEventTap. Notably, certain operations cannot be done when the program is running:
If those are fixed in the original, they might get fixed here.
Changes
0.0.2 (2020-04-09)
Updates to work an macOS Catalina.
Add support for Python 3.8.
0.0.1 (2018-07-22)
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for py-HighSierraMediaKeyEnabler-0.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3c3d16eecdb37ccb781d6b458ae73ef22363287a7624e9cc239cd35807c5f1f |
|
MD5 | f1badb7fb68f14a0e5777479a9e100dd |
|
BLAKE2b-256 | 16a6ce45250fd2023a4f1c074ee66c5c69ae578109e350df11288abbe4c70dd8 |
Hashes for py_HighSierraMediaKeyEnabler-0.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81fbb0c03d6572e0d6e201bbd3b794a6ccb385e28ca8761e9602b8fc72f1fb7f |
|
MD5 | 2f7707c98addd37f02a011788b30a804 |
|
BLAKE2b-256 | 7c8641f14722cd5f19e5c38c359fd2e7839e4f92835a3393555b310583fb15ff |