diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-13 20:28:51 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-13 20:28:51 +0200 |
commit | 8872c2d552f8a30d82d59639475557cff03e418f (patch) | |
tree | 542af809a756a44a4f1eb5d491511965dc3d5958 /doc/protocols | |
parent | add ultra key (diff) | |
download | mds-8872c2d552f8a30d82d59639475557cff03e418f.tar.gz mds-8872c2d552f8a30d82d59639475557cff03e418f.tar.bz2 mds-8872c2d552f8a30d82d59639475557cff03e418f.tar.xz |
add protocol for announcing new keyboards and removal of keyboards
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/protocols')
-rw-r--r-- | doc/protocols | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/protocols b/doc/protocols index 25858a7..824b54d 100644 --- a/doc/protocols +++ b/doc/protocols @@ -646,6 +646,41 @@ Reference implementation: kbd --------------------------------------------------------------------- +Command: new-keyboard + Announce the existance of a new keyboard + +Required header: Length + The length of the message + +Message: List of strings that identifies the keyboards + that have been added. + +Purpose: Enable servers and clients to detect new keyboards + +Compulsivity: recommended + +Reference implementation: kkbd +Reference implementation: kbd + +--------------------------------------------------------------------- + +Command: old-keyboard + Announce the removal of an old keyboard + +Required header: Length + The length of the message + +Message: List of strings that identifies the keyboards + that have been removed. + +Purpose: Enable servers and clients to detect removal of keyboards + +Compulsivity: recommended + +Reference implementation: kbd + +--------------------------------------------------------------------- + Command: error Notify a client about a request failure |