Multiple slot selector working
This commit is contained in:
@@ -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" }
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user