ctrl + shift + P 開啟 Command Palette
搜尋keyboard相關 Preferences Keyboard shortcuts
編輯 keybindings.json
// Place your key bindings in this file to overwrite the defaults
[
{ "key": "ctrl+shift+left", "command": "workbench.action.navigateBack" },
{ "key": "ctrl+shift+right", "command": "workbench.action.navigateForward" },
]
可以按下面的 Define Keybinding 測一下原本配置的 key 其實在 ubunutu 中抓不到
測試 { "key": "ctrl+alt+-", "command": "workbench.action.navigateBack" },
只出現 ctrl + alt 可是 = 無反應
索性把這個設成跟 eclipse 一樣的 shortcut 。
這樣 trace code 上就方便許多了。
沒有留言:
張貼留言