Is there a way that I can stop the Ctrl+Alt+F4 key combination from switching to a virtual terminal? I still want the other key combinations to switch to terminals - I just want to change the F4 one because I often use that keyboard shortcut in a Windows VM.
            Asked
            
        
        
            Active
            
        
            Viewed 1.4k times
        
    2 Answers
1
            
            
        On Gnome Wayland you can unset this keybinding for virtual terminal switching by setting this dconf property:
dconf write /org/gnome/mutter/wayland/keybindings/switch-to-session-4 "['']"
 
    
    
        Eduard Wirch
        
- 123
 
     
     
    