From 271d33e7d87a7f7830334be0bb060df49bbcd381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 30 Jun 2016 10:06:42 +0200 Subject: [PATCH] ui: Use mnemonics for remote-viewer connection UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Here we added mnemonics for the buttons "Cancel" and "Connect" and also for the "Connection Address" entry (as it was before moving this dialog to a .ui file). The "Recent connections" widget is left behind as GtkRecentChooserWidget isn't suitable for mnemonic activation. Resolves: rhbz#1351487 Signed-off-by: Fabiano FidĂȘncio Acked-by: Pavel Grunt --- src/resources/ui/remote-viewer-connect.ui | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/resources/ui/remote-viewer-connect.ui b/src/resources/ui/remote-viewer-connect.ui index dcd14cf..308d121 100644 --- a/src/resources/ui/remote-viewer-connect.ui +++ b/src/resources/ui/remote-viewer-connect.ui @@ -19,8 +19,10 @@ True False - Connection Address 0 + Connection _Address + True + connection-address-entry @@ -114,10 +116,11 @@ end - Cancel + _Cancel True True True + True True @@ -127,10 +130,11 @@ - Connect + C_onnect True True True + True True