Sublime Forum

How to chanage mousemap from "ctrl+click" to "alt+click" for the behavior of add new cursor?

#1

How to chanage mousemap from “ctrl+click” to “alt+click” for the behavior of add new cursor?. Thanks.:grinning:

0 Likes

#2

That ability comes from the mousemap file. The yellow squared box is what is the default behavior as you know it.

If you want to change the button & modifiers for when a cursor is added/removed, you will need to create a Default ($platform).sublime-mousemap in your User directory and then define the above bindings to suit what you need.

Footnotes

  1. $platform means the platform your on. It could be Windows, Linux or OSX
  2. You can read more on mousemap files here: https://docs.sublimetext.io/reference/mouse_bindings.html
1 Like

#3

It works. Thanks very much.

0 Likes