I have installed Sublime text3 today. also I installed emmet plugin.
Now plugin abbreviation command works by pressing Ctrl+E button.
I want to change it to F12, I mean I want whenever I press F12 it works same as pressing Ctrl+E buttons
I have searched a lot and tried a lot of ways, but I could not do that.
Please guide me.
Thanks a lot.
Open the sublime text console and enter
sublime.log_commands(True)
. Press Ctrl+E as if you were expanding an abbreviation. The ST console, will display the command and arguments to use in your key binding. The key binding will have the formEdit