Forum Replies Created
-
AuthorPosts
-
March 27, 2022 at 13:42 in reply to: Problematic keys when connecting from Mac to KDE on CentOS #38026
TomasM
ParticipantFebruary 1, 2022 at 09:08 in reply to: Problematic keys when connecting from Mac to KDE on CentOS #37262TomasM
ParticipantHi Britgirl,
Many thanks for your answer. Yesterday I found that it is related to the external keyboard (Logitech MX Keys for Mac). When I use the MBP keyboard, all is fine. Still a problem and grateful for any assistance. A reminder, partly to myself, both keyboards work when writing on the mac display (like this text), it is just in the NoMachine Linux environment.
When I use the internal keyboard and press (and get) <
KeyPress event, serial 40, synthetic NO, window 0x5200001,
root 0x114, subw 0x0, time 4016131838, (109,89), root:(109,112),
state 0x0, keycode 94 (keysym 0x3c, less), same_screen YES,
XLookupString gives 1 bytes: (3c) “<”
XmbLookupString gives 1 bytes: (3c) “<”
XFilterEvent returns: FalseWhen I use the external keyboard and press the < key (and get §):
KeyPress event, serial 40, synthetic NO, window 0x5200001,
root 0x114, subw 0x0, time 4016229917, (55,105), root:(682,887),
state 0x0, keycode 49 (keysym 0xa7, section), same_screen YES,
XLookupString gives 1 bytes: (a7) “§”
XmbLookupString gives 1 bytes: (a7) “§”
XFilterEvent returns: FalseIf I do the same sequence using a VNC session, I get the following, first with the built-in keyboard:
KeyPress event, serial 40, synthetic NO, window 0x1600001,
root 0x395, subw 0x0, time 4016999651, (74,50), root:(563,463),
state 0x0, keycode 94 (keysym 0x3c, less), same_screen YES,
XLookupString gives 1 bytes: (3c) “<”
XmbLookupString gives 1 bytes: (3c) “<”
XFilterEvent returns: FalseAnd with the external keyboard (VNC, pressing <)
KeyPress event, serial 40, synthetic NO, window 0x1600001,
root 0x395, subw 0x0, time 4017265012, (61,108), root:(550,521),
state 0x0, keycode 94 (keysym 0x3c, less), same_screen YES,
XLookupString gives 1 bytes: (3c) “<”
XmbLookupString gives 1 bytes: (3c) “<”
XFilterEvent returns: FalseI attached the output of the xmodmap command.
Any clues?
Thanks again,
Tomas.Attachments:
-
AuthorPosts