Last active
November 14, 2024 21:28
-
-
Save FZX/ff0cf73e1728defd16035a536f54662f to your computer and use it in GitHub Desktop.
Fedora 40 With gnome. Change keyboard layout with alt+shift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set forward switch to Shift+Alt(left) | |
gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['<Shift>Alt_L']" | |
Set backward switch to Alt+Shift(left) | |
gsettings set org.gnome.desktop.wm.keybindings switch-input-source-backward "['<Alt>Shift_L']" | |
To see the current setting value use get command: | |
gsettings get org.gnome.desktop.wm.keybindings switch-input-source | |
gsettings get org.gnome.desktop.wm.keybindings switch-input-source-backward | |
gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']" | |
gsettings set org.gnome.mutter experimental-features "[]" | |
https://askubuntu.com/a/986629 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment