Skip to content
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

All default hotkeys are missing after update #24345

Closed
kirillDanshin opened this issue Apr 9, 2017 · 4 comments
Closed

All default hotkeys are missing after update #24345

kirillDanshin opened this issue Apr 9, 2017 · 4 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) info-needed Issue requires more information from poster keybindings VS Code keybinding issues linux Issues with VS Code on Linux
Milestone

Comments

@kirillDanshin
Copy link

after update vscode doesn't know about ctrl+c, ctrl+v, ctrl+z, ctrl+y, ctrl+q etc. even when I have no extensions installed, even if I install vscode to fresh system.

  • VSCode Version: Code 1.11.1 (d9484d1, 2017-04-06T13:55:56.395Z)
  • OS Version: Linux x64 3.10.0-514.2.2.el7.x86_64
  • Extensions: none

Steps to Reproduce:

#24343 plus one.

@kirillDanshin
Copy link
Author

labels: [wtf] [bug]

@alexdima
Copy link
Member

@kirillDanshin

I would like to find out what about your environment makes scan code based dispatching fail?

1. What linux distribution are you using?

2. What keyboard layout are you using?

3. What do we receive from Electron when you do these key combinations?

  • open Preferences > Keyboard Shortcuts
  • click on keybindings.json
  • on the right hand side editor click on Define Keybinding
  • press the key combination that has a problem
  • hover with the mouse over the input box

image

4. Possible workaround

Add the following to your settings: "keyboard.dispatch": "keyCode" and restart VS Code

@alexdima alexdima added linux Issues with VS Code on Linux info-needed Issue requires more information from poster keybindings VS Code keybinding issues labels Apr 10, 2017
@alexdima alexdima added this to the Backlog milestone Apr 10, 2017
@kirillDanshin
Copy link
Author

  1. Latest centos 7 w/ xfce/kde.
  2. Default english and russian.
  3. I'll send it ASAP.

@alexdima
Copy link
Member

Thank you for the extra information.

Duplicate of #24057

@alexdima alexdima added the *duplicate Issue identified as a duplicate of another issue(s) label Apr 10, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) info-needed Issue requires more information from poster keybindings VS Code keybinding issues linux Issues with VS Code on Linux
Projects
None yet
Development

No branches or pull requests

2 participants