🔧 Added quadratic formula to espanso shortcuts

This commit is contained in:
z3rOR0ne 2025-02-24 08:26:06 -08:00
parent c2216638f2
commit 6a88b9d845

View file

@ -171,6 +171,10 @@ matches:
force_clipboard: true
replace: "\\frac{}{}"
- trigger: ";quad"
force_clipboard: true
replace: "$$ x = \\frac{-b \\pm \\sqrt{b^2 - 4ac}}{2a} $$"
- trigger: ";<h1"
force_clipboard: true
replace: "<h1> </h1>"