How to disable ctrl + alt + F keys

I found this post, but only not apply for silverblue / kinoite.

How to disable ctrl + alt + F keys?

edit: I use Fedora 42 silverblue, and libreoffice have some shortcut like ctrl+alt+F12. I wish to put all system shorcut to start with the Windows key.

Just hit

 CTRL + ALT + F1 

and you are back at your desktop session again.

1 Like

or, on some desktop environment

CTRL + ALT + F2
2 Likes

In Gnome, you can disable these shortcuts in dconf, org.gnome.mutter.wayland.keybindings switch-to-session-#, e.g.

dconf set org.gnome.mutter.wayland.keybindings switch-to-session-10 "['']"
1 Like