-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
In settings, "keyboard.dispatch" is not working now. #102570
Labels
info-needed
Issue requires more information from poster
Comments
Seems like that setting still exists to me, are you sure it is set correctly? |
Apparently that setting is only valid for Linux and Mac. Can you check whether anything in this troubleshooting guide is relevant? https://github.com/microsoft/vscode/wiki/Keybinding-Issues |
Thanks for finding that issue |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue Type: Bug
In some cases certain keyboard shortcuts cannot be used in a Japanese environment, depending on the keyboard layout you are using.
I'm currently using a US Layout keyboard, and as a result, I'm not able to use the
Ctrl + `
I can't use shortcuts.When I use the keybindings settings dialog and type
Ctrl + `
, I get the message "ctrl +unknown" is displayed and not recognized as`
.I guess that's because it's a special key.
Alt + `
andCtrl + `
are used to switch the input method in Japanese environment.In the past, this was handled by changing
"keyboard.dispatch": "code"
to"keyboard. dispatch": "keyCode"
, but I just tried this setting and the setting itself is no longer existing now.Could you please revive the settings or resolve these issues?
Thank you for your help.
VS Code version: Code 1.47.1 (485c41f, 2020-07-13T22:42:53.386Z)
OS version: Windows_NT x64 10.0.19041
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled
Extensions (12)
The text was updated successfully, but these errors were encountered: