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:
create = "c"Edit Task
can change the keybind for editing a task using the edit toml key.
default value is:
edit = "e"Change Status
can change the keybind for changing task status using the status_change toml key.
default value is:
status_change = "s"Delete Task
can change the keybind for deleting a task using the delete toml key.
default value is:
delete = "d"Exit Popup
can change the keybind for closing the popup using the exit_popup toml key.
default value is:
exit_popup = "esc"Submit Form
can change the keybind for submitting the form using the enter toml key.
default value is:
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:
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:
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:
return_to_menu = "esc"