Script here: https://github.com/talonvoice/examples/blob/master/vlc.py
Alternate minimal script:
from talon.voice import Context, Key ctx = Context('vlc', bundle='org.videolan.vlc') ctx.keymap({'video (pause | play)': Key('space')})
Script here: https://github.com/talonvoice/examples/blob/master/vlc.py
Alternate minimal script: