Hello everyone,
I need help. I tried to add a Key Binding to sublime witch replaced the * in a spezial section in LaTex but “shift+plus”] or “shift++”] or “shift+’+’”] or “shift+*”] doesn’t work. “shift+keypad_plus”] works but my laptop doesn’t have a keypad, some ideas?
{
"keys": "shift+plus"],
"command": "insert_snippet",
"args": {"name": "Packages/User/Latex_Snippets/cdot.sublime-snippet"},
"context":{ "key": "selector", "operator": "equal", "operand": "string.other.math.tex, string.other.math.latex, string.other.math.block.environment.latex" }]
},