I live and die on the add cursor alt + lecftclick bind, but on debian linux it gets overrided by the move window command. Anyway to change this? I've only found ways to change the keyboard shortcut keybinds, but not any shortcuts binded to the mouse
Hi @jediweirdo. This can be changed to Ctrl+left-click via Arduino IDE's advanced settings. I'll provide instructions for doing that:
- Press the Ctrl+Shift+P keyboard shortcut (Command+Shift+P for macOS users) to open the "Command Palette".
A menu will appear on the editor toolbar:
- Select the "Preferences: Open Settings (UI)" command from the menu.
ⓘ You can scroll down through the list of commands to find it or type the name in the field.
A "Preferences" tab will open in the Arduino IDE main panel. - Type
editor.multiCursorModifier
in the "Search Settings" field of the "Preferences" tab. - Select "ctrlCmd" from the menu under the "Editor: Multi Cursor Modifier" setting.
- Close the Preferences tab by clicking its X icon.
1 Like
Why thank you good sir; thanks to your instructions, I can now go back to multi-line cursoring like the addict I am
You are welcome. I'm glad if I was able to be of assistance.
Regards, Per