dotfiles/talon/community/community-cursorless-0.4.0/apps/teams/teams.py
2024-11-16 20:27:38 -07:00

10 lines
152 B
Python

from talon import Module
mod = Module()
apps = mod.apps
apps.microsoft_teams = """
os: linux
and app.name: /teams/
os: linux
and app.name: /Teams/
"""