Make Ctrl+Plus context aware
This commit is contained in:
@@ -37,6 +37,9 @@ Selection, keyboard movement, and editability checks run against this normalized
|
||||
- `Tab` / `Shift+Tab`: move between editable cells (commits active edit)
|
||||
- arrow keys: move selected cell in grid when not editing
|
||||
- type-to-edit: printable keys open edit mode and replace current display value with typed character
|
||||
- `Ctrl+Plus` / `Ctrl+Shift+Plus`: insert below the selected circuit or device context
|
||||
|
||||
For insertion, a circuit-level cell creates a reserve circuit directly after the selected circuit. A device-level cell creates a manual device row directly after the selected device. On the virtual `-frei-` row, or without a valid row selection, the shortcut creates a circuit at the end of the active section. Insertions use command history and never renumber existing equipment identifiers.
|
||||
|
||||
## `-frei-` Placeholder Behavior
|
||||
|
||||
|
||||
Reference in New Issue
Block a user