This is an old problem but it’s been more irritating recently. It seems that Sublime can’t differentiate keyboard shortcuts involving backticks from those involving single quotes. Using FindKeyConflicts (FKK) to confirm keys that should be bound to actions, here’s what I’m seeing:
- Pressing
ctrl+`orctrl+'brings up the Sublime console, even though FKK reports thatctrl+'is bound toemmet.encode_decode_data_url - According to FKK
ctrl+shift+'is bound toemmet.rename_tagbut instead runsemmet.split_join_tagwhich is bound toctrl+shift+`
Using Windows 7 x64, UK English with English keyboard (no super/windows keys).
Edit… It gets weirder - by accident I discovered that ctrl+chift+# runs emmet.rename_tag even though it’s bound as above. What’s going on?