Skip to main content

Easily handle media keys on OS X.

Project description

osxmmkeys is a simple Python library for handling media keys on OS X. The default behaviour can be prevented and overridden entirely.

Supported keys are:

  • play_pause

  • next_track

  • prev_track

  • mute

  • volume_down

  • volume_up

  • backlight_down

  • backlight_up

  • kb_backlight_down

  • kb_backlight_up

Usage:

import osxmmkeys

def play_pause():
    print("Play/pause key was pressed")

tap = osxmmkeys.Tap()
tap.on('play_pause', play_pause)
tap.run()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

osxmmkeys-0.0.2.tar.gz (3.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page