Ubuntu desktop Unity 16.04 I have 3 text input sources EN,GR,NO They are cycling through Super+Spacebar
I want to select each source from different key combination for example select NO with Super+N select EN with Super+E select GR with Super+G
Ubuntu desktop Unity 16.04 I have 3 text input sources EN,GR,NO They are cycling through Super+Spacebar
I want to select each source from different key combination for example select NO with Super+N select EN with Super+E select GR with Super+G
If you know the terminal command to switch the input sources, I would recommend going into "system settings> keyboard> Shortcuts" and then selecting the plus sign at the bottom. it should be right next to the minus sign. there you can enter first the name of what you want to do (documentation is great) and then in the slot below the terminal command that you want to run using a key combination. (in your case change input source). Then click save/close and it will display your keyboard shortcut and say "disabled" at which point you can click on "disabled" and enter your shortcut by pressing the desired shortcut. (in your case "Super+N" "Super+E" and "Super+G", but you will have to do a different shortcut for each input source) hope this helped!
setxkbmap
command. Please see http://askubuntu.com/questions/690539/keyboard-shortcuts-for-each-input-language
– Gunnar Hjalmarsson
Apr 07 '17 at 09:42