Skip to content

Commit

Permalink
* switch mouse button to match gsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
DisposaBoy committed Sep 22, 2012
1 parent cf3e19b commit e1fc39b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Default (Linux).sublime-mousemap
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"args": {"mode": "hint"}
},
{
"button": "button2",
"button": "button1",
"modifiers": ["ctrl", "shift"],
"press_command": "drag_select",
"command": "gs_commander_open_selection"
Expand Down
2 changes: 1 addition & 1 deletion Default (OSX).sublime-mousemap
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"args": {"mode": "hint"}
},
{
"button": "button2",
"button": "button1",
"modifiers": ["super", "shift"],
"press_command": "drag_select",
"command": "gs_commander_open_selection"
Expand Down
2 changes: 1 addition & 1 deletion Default (Windows).sublime-mousemap
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"args": {"mode": "hint"}
},
{
"button": "button2",
"button": "button1",
"modifiers": ["ctrl", "shift"],
"press_command": "drag_select",
"command": "gs_commander_open_selection"
Expand Down

0 comments on commit e1fc39b

Please sign in to comment.