vkocubinsky / SublimeTableEditor

This package is no more supported. I moved to vim.
Other
494 stars 67 forks source link

table_editor_film keybind causing issues. #1

Closed seanwcom closed 12 years ago

seanwcom commented 12 years ago

Hey there, love your plugin, but I've had to make a change to one of the keybinds:

{ "keys": ["ctrl+x", "ctrl+t"], "command": "table_editor_film" },

Since that keybind combo starts with ctrl-x, it hangs up the default keybind for cut. Pressing ctrl+x twice will still cut text, but I think it would make more sense to use a combo of ctrl+k, ctrl+t since most other keybind combos start with ctrl+k.

I've made that change for myself, but just wanted to let you know... thanks!

vkocubinsky commented 12 years ago

Thanks for feedback. It is really problem. And other problem is find free keys. I fixed this in 0.7.3 as

It looks that this new key doesn't confilct with any standard sublime table editor keys.