2018年10月5日 星期五

[vscode] 修復 ubuntu 上 navigate Go Back shortcut 不能使用 ubuntu navigate Go Back shortcut not work

[vscode] 修復 ubuntu 上 navigate Go Back shortcut 不能使用 ubuntu navigate Go Back shortcut not work
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 上就方便許多了。

沒有留言:

張貼留言