2025-08-19 08:06:37 -04:00

12 lines
207 B
Python

from talon import Module
# --- App definition ---
mod = Module()
mod.apps.kindle = r"""
os: windows
and app.name: Kindle
os: windows
and app.exe: /^kindle\.exe$/i
"""
# TODO: mac context and implementation