Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keybinding #33

Open
rgant opened this issue Dec 31, 2021 · 2 comments
Open

Keybinding #33

rgant opened this issue Dec 31, 2021 · 2 comments

Comments

@rgant
Copy link

rgant commented Dec 31, 2021

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?

@mechatroner
Copy link
Owner

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
Copy link
Author

rgant commented Jan 2, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants