On Mon, 7 Jul 2025 19:21:57 GMT, Alexander Zvegintsev <azveg...@openjdk.org> 
wrote:

> When we try to pass `XK_KP_0` to 
> [`NotifyKeyboardKeysym`](https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal.RemoteDesktop.html#org-freedesktop-portal-remotedesktop-notifykeyboardkeysym)
>  in Remote Desktop API, it presses/releases `SHIFT` + `XK_KP_Insert`.
> 
> To get the same result as XTest api when using `NotifyKeyboardKeysym` we 
> should use `XK_KP_Insert` instead of `XK_KP_0` regardless of NumLock state. 
> Similarly for other Numpad keys.

Marked as reviewed by serb (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/26170#pullrequestreview-2999816312

Reply via email to