robcowie / SublimeTODO

**[DEPRECATED]** - See https://github.com/jonathandelgado/SublimeTodoReview - Extract TODO-type comments from open files and project folders
295 stars 54 forks source link

Changing alt+dblclick to shift+dblclick for Linux #33

Closed ghost closed 11 years ago

ghost commented 11 years ago

The alt button in Linux is more often than not used to move the window (through clicking and dragging while holding alt down). When that's the case, the window manager will not notify the application of alt+click events. This commit replaces alt+dblclick with shift+dblclick under Linux.

robcowie commented 11 years ago

Thanks for this. It's very useful as I don't use linux often so I don't usually know of such conventions.

As this will change the usage for linux users I need to notify them of the new key combo, which means setting up my repo to support Package Control messages. I'll do that first then merge.