Use VS Code mode
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
{ "command": "modelsim.toggleWaveMode", "title": "Toggle Wave Debug Mode" }
|
||||
],
|
||||
"keybindings": [
|
||||
{ "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" }
|
||||
{ "command": "modelsim.addWaveUnderCursor", "key": "ctrl+w", "when": "modelsim.mode", "args": { "mode": "auto" } },
|
||||
{ "command": "modelsim.addWaveUnderCursor", "key": "ctrl+e", "when": "modelsim.mode", "args": { "mode": "set" } },
|
||||
{ "command": "modelsim.toggleWaveMode", "key": "ctrl+alt+m" },
|
||||
{ "command": "modelsim.zoomInWave", "key": "ctrl+alt+u", "when": "modelsim.mode" }
|
||||
],
|
||||
"viewsContainers": {
|
||||
"panel": [
|
||||
|
||||
Reference in New Issue
Block a user