I have windows 11 and vscode. When I want to open the command palette, I usually press "ctrl_left+shift+p" and it opens. But, with the computer I am currently working with, it does not.
I understand, that it is possible that this is happening because another program has this shortcut linked to it and has higher priority before my vscode. I have tried closing all the programs that seem to be running but have not been able to figure anything out. I deduce this because the shortcut "ctrl_right+shift+p" does open the command palette.
I have already looked in the "keybindings.json" file and have not been able to find out anything as everything seems to be correct.
Also, I have run the "Developer: Toggle Keyboard Shortcuts Troubleshooting" function and this is the log it generates when launching the keyboard shortcut:
2023-03-27 22:11:19.310 [info] [KeybindingService]: / Received keydown event - modifiers: [ctrl], code: ControlLeft, keyCode: 17, key: Control
2023-03-27 22:11:19.310 [info] [KeybindingService]: | Converted keydown event - modifiers: [ctrl], code: ControlLeft, keyCode: 5 ('Ctrl')
2023-03-27 22:11:19.311 [info] [KeybindingService]: \ Keyboard event cannot be dispatched in keydown phase.
2023-03-27 22:11:19.486 [info] [KeybindingService]: / Received keydown event - modifiers: [ctrl,shift], code: ShiftLeft, keyCode: 16, key: Shift
2023-03-27 22:11:19.486 [info] [KeybindingService]: | Converted keydown event - modifiers: [ctrl,shift], code: ShiftLeft, keyCode: 4 ('Shift')
2023-03-27 22:11:19.486 [info] [KeybindingService]: \ Keyboard event cannot be dispatched in keydown phase.
2023-03-27 22:11:19.686 [info] [KeybindingService]: + Ignoring single modifier ctrl due to it being pressed together with other keys.