Hello everyone,
This is my first post and I hope someone can help me.
I’m quite new to sublime text. I have installed sublime text 3 properly then package install then theme install then try to key binds for programming language but key bindings are not working. Same problem with Sublime text 4.
OS - Windows 10
Below key is the syntax for your reference also attached screenshot for your reference.
I want to press alt+1 and this tag (<sz;10q;1q>) should be generate but its not working.
[
{ “keys”: [“alt+1”], “command”: “<sz;10q;1q>” }
]
Thank yo…!