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

9 lines
313 B
Python

from talon import Module
mod = Module()
grids_put_one_bottom_left = mod.setting(
"grids_put_one_bottom_left",
type=bool,
default=False,
desc="""Allows you to switch mouse grid and friends between a computer numpad and a phone numpad (the number one goes on the bottom left or the top left)""",
)