-
Notifications
You must be signed in to change notification settings - Fork 28.6k
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
Keyboard shortcut for copy of line doesn't work on Linux #6197
Comments
@mirao You can also rebind them in
|
VSCode Version: 1.8.1 |
@alexandrudima : Yes, that's the case on my Ubuntu, I get "unknown" for arrow in such combination ( I can confirm that the remapped combination |
@mirao It is difficult to find default keybindings that work across all distributions. But that is why all our keybindings are configurable. If you would like to help, you can look into creating a good PR for #509 or create a keymap extension that targets a specific distribution (e.g. of a keymap extension https://github.com/Microsoft/vscode-sublime-keybindings). |
Removing 'bug' label as it doesn't look like we made a change for this? |
Shift+ctrl+alt+(up, down, left, right) are reserved shortcuts on Ubuntu for moving windows to different workspaces. Disabling those will enable default vscode shortcuts to work as expected. |
I changed it mine in ubuntu as shown below C + A + S + - instead of C + S+ A+ Down Arrow |
Steps to Reproduce:
Ctrl + Shift + Alt + UpArrow
orCtrl + Shift + Alt + DownArrow
Expected result:
Actual result:
Workaround:
The text was updated successfully, but these errors were encountered: