Skip to content

Daily Keybinds

Denoted by the [keybinds.daily] tag in TOML.

Create Task

can change the keybind for creating a task using the create toml key.

default value is:

toml
create = "c"

Edit Task

can change the keybind for editing a task using the edit toml key.

default value is:

toml
edit = "e"

Change Status

can change the keybind for changing task status using the status_change toml key.

default value is:

toml
status_change = "s"

Delete Task

can change the keybind for deleting a task using the delete toml key.

default value is:

toml
delete = "d"

Exit Popup

can change the keybind for closing the popup using the exit_popup toml key.

default value is:

toml
exit_popup = "esc"

Submit Form

can change the keybind for submitting the form using the enter toml key.

default value is:

toml
enter = "enter"

Form Up

can change the keybind for moving one input field up in the form using the form_up toml key.

default value is:

toml
form_up = "ctrl+up"

Form Down

can change the keybind for moving one input field down in the form using the form_down toml key.

default value is:

toml
form_down = "ctrl+down"

Return to Menu

can change the keybind for returning to the main menu using the return_to_menu toml key.

default value is:

toml
return_to_menu = "esc"

Released under the MIT License