How can I disable Ctrl+Q shortcut to close the current app in Ubuntu?
I have seen the top answer under:
How can I disable Ctrl+Q for all applications (system wide)?
which suggests assigning Ctrl+Q to /bin/false/
.
I don't think this should be an accepted answer since some apps that use Ctrl+Q like IntelliJ IDEA won't work with this shortcut anymore.
gsettings get org.gnome.desktop.wm.keybindings close
produces only Alt + F4
I use Ubuntu 18.04
Ctrl-Q
shortcut in IDEA. – fyrkov Nov 05 '18 at 18:40