Knowledge Base
Searching in : Trouble report
ID:TR05S10246
Added on: 2021-05-18
Last Update: 2023-04-12
Affects: 7
Due to be solved in: 7.x
Platform: All macOS Platforms
Product: NoMachine Client
Severity: Minor
Status: Open
Print this article

Right mouse button behaves like left button if Control key is pressed down

This problem can be observed when running NoMachine client for macOS connected to a Linux server and also Windows server.

The xev event tool shows how mouse buttons behave correctly if Control key is not pressed down: left button is identified by code 1, right button by code 3.

If Control is held down, both buttons produce events with button identifier 1 (the left button). Any application binding an action to event "Ctrl+Right button" would not work properly being such event identified as "Ctrl+Left button".