[Spice-devel] [PATCH spice-gtk 0/3] RFE: Add a way to release keyboard grabs without reaching for the mouse

Pavel Grunt pgrunt at redhat.com
Fri Nov 7 06:28:51 PST 2014


These patches give the user an option to define and use a keyboard shortcut for disabling the inputs.
When the inputs are disabled the user can use all the keyboard shortcuts (eg alt+tab, ctrl+alt+del),
also the screensaver of the client is working (rhbz#1121446).

The inputs can be enabled by using the same keyboard shortcut.

https://bugs.freedesktop.org/show_bug.cgi?id=85331

Pavel Grunt (3):
  spice-session: add disable-inputs-sequence property
  spice-option: add --spice-disable-inputs-sequence
  Check for the disable inputs sequence

 gtk/spice-option.c       |  5 ++++
 gtk/spice-session-priv.h |  3 +++
 gtk/spice-session.c      | 45 +++++++++++++++++++++++++++++++++
 gtk/spice-widget-priv.h  |  2 ++
 gtk/spice-widget.c       | 66 ++++++++++++++++++++++++++++++++++++++----------
 5 files changed, 108 insertions(+), 13 deletions(-)

-- 
1.9.3



More information about the Spice-devel mailing list