CodeEditApp / CodeEditApp/CodeEdit
✨ Setting to change keyboard shortcut to add multiple cursors
Abierto
enhancement
- Lenguaje dominante
- Swift
- Estrellas
- 23k
- Forks
- 1.2k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### Description
It is now possible to add multiple cursors with ⌃⇧ Click, thanks to STTextView for providing it, which aligns with Xcode. This is what other editors use:
| Editor | Shortcut |
| - | - |
| Xcode | ⌃⇧ Click |
| VS Code | ⌥ Click |
| Atom | ⌘ Click |
| IntelliJ |⌥ ⇧ Click |
Users will probably want a setting to change this shortcut so we should provide a way for them to do this.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.