Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1677278 > unrolled thread

[PATCH] Input: introduce KEY_ASSISTANT

Started byDmitry Torokhov <dmitry.torokhov@gmail.com>
First post2017-06-29 01:40 +0200
Last post2017-06-29 01:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] Input: introduce KEY_ASSISTANT Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2017-06-29 01:40 +0200

#1677278 — [PATCH] Input: introduce KEY_ASSISTANT

FromDmitry Torokhov <dmitry.torokhov@gmail.com>
Date2017-06-29 01:40 +0200
Subject[PATCH] Input: introduce KEY_ASSISTANT
Message-ID<tXuIX-1Gz-13@gated-at.bofh.it>
This adds a new keycode to allow users invoke a context-aware desktop
assistant application.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
---
 include/uapi/linux/input-event-codes.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/uapi/linux/input-event-codes.h b/include/uapi/linux/input-event-codes.h
index f5a8d96e1e09..179891074b3c 100644
--- a/include/uapi/linux/input-event-codes.h
+++ b/include/uapi/linux/input-event-codes.h
@@ -600,6 +600,7 @@
 #define KEY_APPSELECT		0x244	/* AL Select Task/Application */
 #define KEY_SCREENSAVER		0x245	/* AL Screen Saver */
 #define KEY_VOICECOMMAND		0x246	/* Listening Voice Command */
+#define KEY_ASSISTANT		0x247	/* AL Context-aware desktop assistant */
 
 #define KEY_BRIGHTNESS_MIN		0x250	/* Set Brightness to Minimum */
 #define KEY_BRIGHTNESS_MAX		0x251	/* Set Brightness to Maximum */
-- 
2.13.2.725.g09c95d1e9-goog


-- 
Dmitry

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web