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

11 lines
237 B
Python

from talon import Context, actions, ui, Module, app
mod = Module()
@mod.action_class
class tab_actions:
def tab_jump(number: int):
"""Jumps to the specified tab"""
def tab_final():
"""Jumps to the final tab"""