Tomito

Documentation

Missing something or need help? Get in touch!

Keyboard Shortcuts

Tomito includes local keyboard shortcuts to control various aspects of the application. You can also set your own global keyboard shortcuts in the preferences, so you can control Tomito while it is in the background.

Start/Pause/Resume

Command (⌘) + Return (↵)

Restart

Command (⌘) + Delete (⌫)

Skip

Command (⌘) + Right Arrow (→)

Show/Hide main window

Command (⌘) + 0

Show/Hide Timer Widget

Command (⌘) + Shift + T

Show timer

Command (⌘) + 1

Show statistics

Command (⌘) + 2

Scripting Support

Tomito can be controlled via AppleScript. If you are using Alfred, you can download a simple Alfred workflow below.

Download Alfred workflow

Launch

tell application "Tomito" to launch

Quit

tell application "Tomito" to quit

Start/Resume

tell application "Tomito" to start

Stop

tell application "Tomito" to stop

Pause

tell application "Tomito" to pause

Resume

tell application "Tomito" to resume

Skip

tell application "Tomito" to skip

Restart

tell application "Tomito" to restart

Show main window

tell application "Tomito" to show

Hide main window

tell application "Tomito" to hide

Get the remaining time

tell application "Tomito" to getRemainingTime

Get the current activity type

tell application "Tomito" to getCurrentActivityType