microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
158.92k stars 27.79k forks source link

shortcut key #212032

Closed Sanskar1205 closed 5 days ago

Sanskar1205 commented 2 weeks ago

Type: Bug

copy line down shortcut key that is ctrl shift alt down arrow is not working

VS Code version: Code 1.89.0 (b58957e67ee1e712cebf466b995adf4c5307b2bd, 2024-05-01T02:08:25.066Z) OS version: Linux x64 6.8.0-31-generic snap Modes:

System Info |Item|Value| |---|---| |CPUs|AMD A6-3400M APU with Radeon(tm) HD Graphics (4 x 798)| |GPU Status|2d_canvas: unavailable_software
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: disabled_software
multiple_raster_threads: enabled_on
opengl: disabled_off
rasterization: disabled_software
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: disabled_software
video_encode: disabled_software
vulkan: disabled_off
webgl: unavailable_software
webgl2: unavailable_software
webgpu: disabled_off| |Load (avg)|1, 1, 1| |Memory (System)|2.39GB (1.14GB free)| |Process Argv|--no-sandbox --force-user-env /home/sanskar/Documents/VSCode/Tuples --crash-reporter-id 8d600537-81d2-4b08-932b-2eb55567d740| |Screen Reader|no| |VM|0%| |DESKTOP_SESSION|ubuntu| |XDG_CURRENT_DESKTOP|Unity| |XDG_SESSION_DESKTOP|ubuntu| |XDG_SESSION_TYPE|wayland|
Extensions (5) Extension|Author (truncated)|Version ---|---|--- debugpy|ms-|2024.6.0 python|ms-|2024.6.0 vscode-pylance|ms-|2024.4.1 material-icon-theme|PKi|5.1.0 vscode-icons|vsc|12.7.0 (1 theme extensions excluded)
A/B Experiments ``` vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscoreces:30445986 vscod805cf:30301675 binariesv615:30325510 vsaa593:30376534 py29gd2263:31024239 c4g48928:30535728 azure-dev_surveyone:30548225 962ge761:30959799 pythongtdpath:30769146 welcomedialog:30910333 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pyreplss1:30897532 pythonmypyd1:30879173 pythoncet0:30885854 h48ei257:31000450 pythontbext0:30879054 accentitlementst:30995554 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 ccp2r3:30993541 dsvsc020:30976470 pythonait:31006305 666c4381:30973075 chatpanelt:31018789 dsvsc021:30996838 da93g388:31013173 pythoncenvpt:31022790 dwnewjupytercf:31035177 ```
ulugbekna commented 1 week ago

Hi,

Thanks for filing the issue.

First, please check that you have such a keybinding by going to your keybindings editor ().

For example, for me:

image

If you have such a keybinding set, please, try the following:

  1. Run the command "Developer: Toggle Keyboard Shortcuts Troubleshooting" (you can, for example, run it from the Command Palette).

    This will activate logging of dispatched keyboard shortcuts and will open an output panel with the corresponding log file.

  2. Press exactly the keybinding you desire

  3. Check what VS Code detects

If you are having trouble understanding the output, please feel free to paste here and we'll be happy to help ☺️

VSCodeTriageBot commented 5 days ago

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!