Co-Authored-By: Quentin Torroba <quentin.torroba@mistral.ai> Co-Authored-By: Michel Thomazo <michel.thomazo@mistral.ai> Co-Authored-By: Kracekumar <kracethekingmaker@gmail.com>
4 lines
105 B
Python
4 lines
105 B
Python
from __future__ import annotations
|
|
|
|
TOOL_SHORTCUTS = {"todo": "ctrl+t"}
|
|
DEFAULT_TOOL_SHORTCUT = "ctrl+o"
|