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