Multiple slot selector working

This commit is contained in:
brice.boisson
2025-10-22 21:48:22 +02:00
parent 46c5561ee5
commit d88c95e3fe
2 changed files with 47 additions and 12 deletions

View File

@@ -16,7 +16,8 @@
{ "command": "modelsim.toggleWaveMode", "title": "Toggle Wave Debug Mode" }
],
"keybindings": [
{ "command": "modelsim.addWaveUnderCursor", "key": "ctrl+w" },
{ "command": "modelsim.addWaveUnderCursor", "key": "ctrl+w", "args": { "mode": "auto" } },
{ "command": "modelsim.addWaveUnderCursor", "key": "ctrl+e", "args": { "mode": "set" } },
{ "command": "modelsim.toggleWaveMode", "key": "ctrl+alt+m" },
{ "command": "modelsim.zoomInWave", "key": "ctrl+alt+u" }
],