bigfive / atom-sublime-select

Enable 'sublime style' multiline selection boxes to Atom editor http://atom.io
MIT License
233 stars 49 forks source link

Not working in Atom 137 and 138 on Windows. #25

Closed gerane closed 8 years ago

gerane commented 10 years ago

It just isn't working at all. Can't get the block selection to trigger.

rakkarage commented 9 years ago

not working. windows. 141

CAFxX commented 9 years ago

I think it's just a documentation error; on Windows it's not ALT+click but middle-click+drag https://github.com/bigfive/atom-sublime-select/blob/master/lib/sublime-select.coffee#L13

gerane commented 9 years ago

I have used alt + click in the past, and I have also tried the middle click + drag and neither work.

rakkarage commented 9 years ago

ya middle works for me now. thanks

bigfive commented 9 years ago

Hmm. I guess this will be fixed when I implement configurable key options

bigfive commented 9 years ago

Let me know if the latest patch helps. Its not configurable but it has more sensible windows key config

papermoon1978 commented 9 years ago

Doesn't work for me either > version 1.2.3 on Windows 7 atom 177. Maybe the issue is because the alt key triggers the menu bar? When I change it to

when 'win32' key: 'shiftKey' mouse: 1 middleMouse: true

if works fine for me (when holding shift of course - but that's fine)

bigfive commented 8 years ago

Keys are now configurable