LMSymbolNode // Add FW Space to the symbol menu.

This commit is contained in:
ShikiSuen 2022-07-25 14:26:20 +08:00
parent e6253f6cbc
commit 46f88dc89e
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ class SymbolNode {
private static let defaultSymbolRoot: SymbolNode = .init(
"/",
[
SymbolNode(" "),
SymbolNode(""),
SymbolNode(catCommonSymbols, symbols: ",、。.?!;:‧‥﹐﹒˙·‘’“”〝〞‵′〃~$%@&#*"),
SymbolNode(catHoriBrackets, symbols: "()「」〔〕{}〈〉『』《》【】﹙﹚﹝﹞﹛﹜"),