Hi all
I’m connecting to a Windows 10 PC from a Linux-Mint 19 PC. After the last NoMachine upgrade, the keyboard (a US-Intl kb) is mapped wrongly. The Windows PC is mapped to a US-Intl kb as well.
Running xkbcomp … in a command line for the physical and virtual keyboards on the Linux box shows identical results:
me@DEEP-THOUGHT:~$ xkbcomp -i 5 -xkb $DISPLAY – | grep “xkb_keycodes\|xkb_types\|xkb_compatibility\|xkb_symbols\|xkb_geometry”
xkb_keycodes “evdev+aliases(qwerty)” {
xkb_types “complete” {
xkb_compatibility “complete” {
xkb_symbols “pc+us+inet(evdev)” {
xkb_geometry “pc(pc105)” {
me@DEEP-THOUGHT:~$ xkbcomp -i 8 -xkb $DISPLAY – | grep “xkb_keycodes\|xkb_types\|xkb_compatibility\|xkb_symbols\|xkb_geometry”
xkb_keycodes “evdev+aliases(qwerty)” {
xkb_types “complete” {
xkb_compatibility “complete” {
xkb_symbols “pc+us+inet(evdev)” {
xkb_geometry “pc(pc105)” {
Can anyone shed a light on this?
Thanks