Commit d2ee5b2 1 parent 6c746bb commit d2ee5b2 Copy full SHA for d2ee5b2
File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,16 @@ gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['<Shift>Alt
27
27
gsettings set org.gnome.desktop.wm.keybindings switch-input-source-backward " ['<Alt>Shift_L']"
28
28
```
29
29
30
- to view current keybindings run:
30
+ * to view current keybindings run:
31
31
32
32
``` bash
33
33
gsettings get org.gnome.desktop.wm.keybindings switch-input-source
34
34
gsettings get org.gnome.desktop.wm.keybindings switch-input-source-backward
35
35
```
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
+ ```
You can’t perform that action at this time.
0 commit comments