I am running VcXsrv with the following command
"C:\Program Files\VcXsrv\vcxsrv.exe" :0 -ac -terminate -lesspointer -multiwindow -clipboard -wgl -xkblayout us,ru -xkboptions grp:ctrl_shift_toggle
in this case I am able to switch languages by
Ctrl+Shift
combination but unable to send combinations like
Ctrl+Shift+F
in programs like PyCharm. If I run VcXsrv with
"C:\Program Files\VcXsrv\vcxsrv.exe" :0 -ac -terminate -lesspointer -multiwindow -clipboard -wgl -xkblayout us,ru
then opposite happens: I can't switch languages, but can sent
Ctrl+Shift+F
combination.
Can I do both?