Hi,
I have issue with my generate shortcut. I submitted an issue on github, but maybe i’d better had to post it here instead?
My ⌘+k shortcut seems to have been declared, but it doesn’t appear in the editor and doesn’t trigger any action when I press it.
What have I missed?
             
            
              
              
              
            
            
           
          
            
              
                Jakob
                
              
                
              
                  
                  
              2
              
             
            
              There should be these three shortcuts with different "When"s. Try to change all of them.
             
            
              
              
              
            
            
           
          
            
            
              Thanks for your help
I’m afraid I only got one (and am sure I did not remove anything)
Something maybe wrong with my setup ?
             
            
              
              
              
            
            
           
          
            
              
                Jakob
                
              
                
              
                  
                  
              4
              
             
            
              Try to put @source:user Generate Prompt into the search field or click Show User Keybindings.
             
            
              
              
              
            
            
           
          
            
            
              Thanks… But it’s empty
and I can’t figure out how I can create new shortcuts…
             
            
              
              
              
            
            
           
          
            
            
              I tried a few things and it seems my current shortcuts for lower/upper case conversion disable the default cmd+k shortcut
    {
        "key": "cmd+k cmd+u",
        "command": "editor.action.transformToUppercase"
    },
    {
        "key": "cmd+k cmd+l",
        "command": "editor.action.transformToLowercase"
    },
Do you know how I can make those three different shortcuts work together?