From 49daa163530ceabc9eaa8911ab96b5f799cfb552 Mon Sep 17 00:00:00 2001 From: Fabien Proriol Date: Sun, 25 May 2025 17:58:09 +0200 Subject: Initial Commit --- protocols/vnc-keyboard-unstable-v1.xml | 60 ++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 protocols/vnc-keyboard-unstable-v1.xml (limited to 'protocols/vnc-keyboard-unstable-v1.xml') diff --git a/protocols/vnc-keyboard-unstable-v1.xml b/protocols/vnc-keyboard-unstable-v1.xml new file mode 100644 index 0000000..e870731 --- /dev/null +++ b/protocols/vnc-keyboard-unstable-v1.xml @@ -0,0 +1,60 @@ + + + + + + The vnc keyboard provides an application with requests which maps + wit the vnc protocol. It's not a keyboard interface in that it + doesn't know anything about keymaps. + + + + + + A key was pressed or released. + The time argument is a timestamp with millisecond granularity, with an + undefined base. All requests regarding a single object must share the + same clock. + State carries a value from the key_state enumeration. + + + + + + + + + A key was pressed or released. + The time argument is a timestamp with millisecond granularity, with an + undefined base. All requests regarding a single object must share the + same clock. + State carries a value from the key_state enumeration. + + + + + + + + + + + + + + A virtual keyboard manager allows an application to provide key + input events (using RFB key encoding) + + + + + + + + + Creates a new vnc keyboard. + + + + + -- cgit v1.2.3