-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some documented key bindings do not work at all #78
Comments
Same for me I use these quite often and they stopped working recently |
Trying Ctrl+Shift+d give the following debug
Also looked at https://github.com/microsoft/vscode/wiki/Keybinding-Issues but not sure I found anything related to 'Ignoring single modifier shift due to it being pressed together with other keys.' |
All my googling has lead me to possibly that the OS is using these keybindings? microsoft/vscode#136230 |
Problem
Many key bindings documented in the README.md are not actually present on a fresh install on Linux.
I've listed just the ones interesting for me personally below. The ones marked missing are neither actually working nor shown in the VSCode
Feature Contributions
listing. It is confusing to have them prominently documented - the top ones are the first thing visible just after installing this plugin.cursorLeftSelect
ctrl+shift+b
cursorRightSelect
ctrl+shift+f
cursorUpSelect
ctrl+shift+p
cursorDownSelect
ctrl+shift+n
cursorWordEndRight
alt+f
cursorWordStartLeft
alt+b
cursorWordEndRightSelect
shift+alt+f
cursorWordStartLeftSelect
shift+alt+b
cursorEndSelect
ctrl+shift+e
cursorHomeSelect
ctrl+shift+a
editor.action.joinLines
ctrl+j
editor.action.copyLinesDownAction
ctrl+shift+d
editor.action.deleteLines
ctrl+shift+k
editor.action.jumpToBracket
ctrl+m
editor.action.showSnippets
alt+shift+s
editor.action.format
ctrl+shift+i
editor.action.insertCursorAtEndOfEachLineSelected
alt+shift+l
markdown.showPreviewToSide
ctrl+shift+m
workbench.action.editor.changeLanguageMode
ctrl+shift+l
workbench.action.reloadWindow
alt+ctrl+r
workbench.action.toggleDevTools
ctrl+alt+i
workbench.action.files.openFolder
ctrl+shift+o
workbench.action.showAllEditors
ctrl+b
Printscreen
Versions
Plugin
VSCode
Linux
The text was updated successfully, but these errors were encountered: