Turn off the super
button when playing games in fullscreen
#194
Unanswered
AmirHamzah-1Fz
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Open Terminal First. searchrun gsettings list-recursively | grep Super or run gsettings list-recursively | grep -i super
getrun gsettings get org.gnome.mutter overlay-key show
setExecute the following command to disable the Super key to trigger the Start menu gsettings set org.gnome.mutter overlay-key '' run
show
resetrun to reset gsettings reset org.gnome.mutter overlay-key run gsettings get org.gnome.mutter overlay-key show
or you can run gsettings set org.gnome.mutter overlay-key 'Super_L' |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a setting to turn off the
super
function or menu button when playing games in fullscreen when I'm accidentally pressing thesuper
button in AnduinOS to prevent window switching?Beta Was this translation helpful? Give feedback.
All reactions