I would love to key-bind the function Edit > Convert Case > kebab-case, but fail. Is it possible at all to add a key binding for this function?
I have tried { "keys": ["ctrl+k", "ctrl+#"], "command": "kebab_case" },
and { "keys": ["ctrl+k", "ctrl+#"], "command": "kebab-case" },
, but neither seems to work.