Hacker News new | ask | show | jobs
by ListenLinda 1272 days ago
I _believe_ remapping ctrl breaks ctrl+shift+f in VS Code. Not 100% sure.
1 comments

I think you are referring to this? From the wiki at https://github.com/microsoft/vscode/wiki/Keybinding-Issues:

    Are you customizing keyboard mappings via setxkbmap or equivalents?
    
    symptoms: customizations done via setxkbmap or equivalents have no effect in VS Code.
    
    solution: use "keyboard.dispatch": "keyCode" in your settings and restart VS Code.