Skip to content

Commit d2ee5b2

Browse files
committed
Update GNOME keybindings
1 parent 6c746bb commit d2ee5b2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/Tutorials/gnome-keybindings.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,16 @@ gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['<Shift>Alt
2727
gsettings set org.gnome.desktop.wm.keybindings switch-input-source-backward "['<Alt>Shift_L']"
2828
```
2929

30-
to view current keybindings run:
30+
* to view current keybindings run:
3131

3232
```bash
3333
gsettings get org.gnome.desktop.wm.keybindings switch-input-source
3434
gsettings get org.gnome.desktop.wm.keybindings switch-input-source-backward
3535
```
36+
37+
* to reset:
38+
39+
```sh
40+
gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['<Super>space', 'XF86Keyboard']"
41+
gsettings set org.gnome.desktop.wm.keybindings switch-input-source-backward "['<Shift><Super>space', '<Shift>XF86Keyboard']"
42+
```

0 commit comments

Comments
 (0)