keymando / spotify

Keymando Spotify plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotify

This is a Keymando plugin that provides Spotify access

Methods

  Spotify.play
  Spotify.pause
  Spotify.play_pause
  Spotify.previous
  Spotify.next

Commands are now registered automatically

  command "Spotify - Next Song" do
    Spotify.next
  end

Using via Mappings

  map "<Cmd-Ctrl-p>" { Spotify.play_pause }

About

Keymando Spotify plugin


Languages

Language:Ruby 100.0%