]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
KfW shortcuts for make default, change password
authorBen Kaduk <kaduk@mit.edu>
Wed, 5 Dec 2012 17:15:07 +0000 (12:15 -0500)
committerBen Kaduk <kaduk@mit.edu>
Mon, 11 May 2015 18:53:04 +0000 (14:53 -0400)
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

index ccb7d7f57293316b28dfee1933859957be437a7b..d1e7f1676713429154a173d46588fc15664447b2 100644 (file)
@@ -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