I am trying to bind shortcuts for keyboard layouts. For example:
Shift+Alt+1
- change to US layoutShift+Alt+2
- change to UA layoutShift+Alt+3
- change to RU layout
instead of change it with Super+Space
.
In Ubuntu I used to bind such shortcut to gsettings set org.gnome.desktop.input-sources current 1
, but in opensuse it doesn't work.
It is possible to do somehow?