Sublime Forum

Left Mouse Button + Option Column Selection in OS X

#1

Is Left Mouse Button + Option Column Selection in OS X broken for anyone else in build 2165? Middle mouse button still works, but Option+Left doesn’t seem to be working for me.

Ben.

0 Likes

Column Selection on OSX not working
#2

Middle mouse works for me too, but Option + Left/Right does not work.

0 Likes

#3

I know you specifically mentioned 2165, but it works fine for me in 2168. Lion 10.7.2 and a Magic Mouse if it makes a difference.

0 Likes

#4

SublimeCodeIntel has a binding for option+left mouse, which is likely what you’re seeing

0 Likes

#5

This was the issue for me. When I disabled that binding, it worked again.

To keep the changes in case SublimeCodeIntel gets updated, I copied the default OS X mousemap for that into my user OS X mousemap.

{ "button": "button1", "modifiers": "alt"], "press_command": "drag_select", "press_args": {"by": "columns"} }

0 Likes