mechatroner/sublime_rainbow_csv

Keybinding

rgant opened this issue · 2 comments

rgant commented

Sublime maps F5 to sort. But so does this plugin, and somehow now both are happening.

.../Sublime Text 3/Packages/Default/Default (OSX).sublime-keymap

	{ "keys": ["f5"], "command": "sort_lines", "args": {"case_sensitive": false} },
	{ "keys": ["ctrl+f5"], "command": "sort_lines", "args": {"case_sensitive": true} },

Can you pick a different key?

According to this issue, this should only happen with OSX.
I am also not sure why both commands are getting triggered this is really strange, should be either one or another, perhaps a bug with ST3 itself?

rgant commented

Sublime Text 4 (4126) is the current version, and the version I am using.