user.core.mouse_grid.mouse_grid.py

Modules

Actions

user.grid_activate()

Show mouse grid

user.grid_close()

Close the active grid

user.grid_go_back()

Sets the grid state back to what it was before the last command

user.grid_narrow(digit: int | str)

Choose a field of the grid and narrow the selection down

user.grid_narrow_list(digit_list: list[str])

Choose fields multiple times in a row

user.grid_place_window()

Places the grid on the currently active window

user.grid_reset()

Resets the grid to fill the whole screen again

user.grid_select_screen(screen: int)

Brings up mouse grid

Settings

user.grid_narrow_expansion: int

After narrowing, grow the new region by this many pixels in every direction, to make things immediately on edges easier to hit, and when the grid is at its smallest, it allows you to still nudge it around

user.grids_put_one_bottom_left: bool = TalonInteger(text='1', type_name='integer', start_position=Point(line=39, column=37), end_position=Point(line=39, column=38))

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)

Tags

user.mouse_grid_showing

Tag indicates whether the mouse grid is showing

user.mouse_grid_enabled

Deprecated: do not use.  Activates legacy m grid command