[28879] in CVS-changelog-for-Kerberos-V5
krb5 commit: KfW shortcuts for make default, change password
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Mon May 11 14:56:22 2015
Date: Mon, 11 May 2015 14:56:11 -0400
From: Benjamin Kaduk <kaduk@mit.edu>
Message-Id: <201505111856.t4BIuBuW019860@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/3321375cf3830a4702fdea3781a07f9dde059edc
commit 3321375cf3830a4702fdea3781a07f9dde059edc
Author: Ben Kaduk <kaduk@mit.edu>
Date: Wed Dec 5 12:15:07 2012 -0500
KfW shortcuts for make default, change password
Shortcut keys such as these (in the ACCELERATORS entry in the resource
file) are what let users type, e.g., ctrl-t to get to the "get tickets"
dialog directly from the main frame. We had shortcut keys for all the
other buttons already, so add these to complete the set.
The make default and change password functionality were already available
using keyboard-only interfaces via the ribbon access keys (tap alt,
then letters to walk through the tree of controls), but the two forms
of keyboard access are implemented differently.
ticket: 7442
tags: pullup
target_version: 1.13.3
src/windows/leash/Leash.rc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/windows/leash/Leash.rc b/src/windows/leash/Leash.rc
index ccb7d7f..d1e7f16 100644
--- a/src/windows/leash/Leash.rc
+++ b/src/windows/leash/Leash.rc
@@ -155,8 +155,10 @@ BEGIN
"C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
"D", ID_DESTROY_TICKET, VIRTKEY, CONTROL, NOINVERT
"I", ID_IMPORT_TICKET, VIRTKEY, CONTROL, NOINVERT
+ "M", ID_MAKE_DEFAULT, VIRTKEY, CONTROL, NOINVERT
"N", ID_FILE_NEW, VIRTKEY, CONTROL, NOINVERT
"O", ID_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT
+ "P", ID_CHANGE_PASSWORD, VIRTKEY, CONTROL, NOINVERT
"R", ID_RENEW_TICKET, VIRTKEY, CONTROL, NOINVERT
"S", ID_FILE_SAVE, VIRTKEY, CONTROL, NOINVERT
"T", ID_INIT_TICKET, VIRTKEY, CONTROL, NOINVERT
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5