I'm using ZeroBrane Studio 1.30
Is there any way to remap the Ctrl/Cmd-DoubleClick shortcut to something on the keyboard, like Ctrl-R? (Without the mouse click) on the user preferences?
At the same time, is there a way to remap the "Go to definition" shortcut to something else than Ctrl/Cmd+Alt+Click.
I already tried these with no luck:
keymap[ID.RENAMEALLINSTANCES] = "Ctrl-R"
editor.keymap[#editor.keymap + 1] = {('R'):byte(), wxstc.wxSTC_SCMOD_CTRL, ID.RENAMEALLINSTANCES}
Also instead of ID.RENAMEALLINSTANCES
I've tried ID_RENAMEALLINSTANCES
with no luck.