aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2012-12-05 12:15:07 -0500
committerTom Yu <tlyu@mit.edu>2015-05-13 16:51:32 -0400
commit94c9678dfb87d68a3d6ca25def5e6b415a7d0553 (patch)
treed8835ac8d5085f3931448e5f918720afa8298474
parent22c63cd5fd49144633873cf2aee64a1c27cf59cb (diff)
downloadkrb5-94c9678dfb87d68a3d6ca25def5e6b415a7d0553.zip
krb5-94c9678dfb87d68a3d6ca25def5e6b415a7d0553.tar.gz
krb5-94c9678dfb87d68a3d6ca25def5e6b415a7d0553.tar.bz2
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. (cherry picked from commit 3321375cf3830a4702fdea3781a07f9dde059edc) ticket: 7442 version_fixed: 1.13.3 status: resolved
-rw-r--r--src/windows/leash/Leash.rc2
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