Open kamzata opened 7 years ago
You can set you "goto key"; first add the option string from "packages/atom-autocomplete-php/lib/peekmo-php-atom-autocomplete.coffee" into gotoKey:enum, after, you need to add into isGotoKeyPressed event ('packages/atom-autocomplete-php/lib/goto/abstract-provider.coffee') for config the new "Goto key".
"packages" is the atom package folder.
Thanks cvonz. The tough part seems to be what event return for Right ALT
key since there's no event.altRightkey
or something. Anyway, I can't still understand why both CMD + Left Click
and CTRL + Left Click
grab the same multiline selection function. Do you know if it is the same on Windows? I haven't tried yet.
On Linux (KDE Plasma DE), shortcuts available for
Goto key
are already assigned. BothCMD + Left Click
andCTRL + Left Click
enable multiline selection function whileALT + Left Click
is used by KDE to move the window. Of course I'd be able to change KDE shortcut binded to ALT key but I don't want to. Would be great if you could add something likeRight ALT + Left Click
.