search: add math, shell command, and web search prefixes (#1795)

This commit is contained in:
end-4
2025-08-19 21:51:52 +07:00
parent 891a226fdb
commit 6f907f7961
2 changed files with 46 additions and 27 deletions
@@ -266,6 +266,9 @@ Singleton {
property string action: "/"
property string clipboard: ";"
property string emojis: ":"
property string math: "="
property string shellCommand: "$"
property string webSearch: "?"
}
}