Skip Menu |
 

From: David J Conlon <dconlon@mit.edu>
To: "kfw-bugs@mit.edu" <kfw-bugs@mit.edu>
Subject: KfW 4.0: Enhancement: Password Keyboard Shortcuts for Accessibility
Date: Fri, 2 Nov 2012 15:12:43 +0000
Summary:
To comply with accessibility standards, KfW 4.0 must provide keyboard shortcuts for all functionality.  KfW is missing accessibility shortcuts for Change Password functionality.
  1. Cannot access Change Password with known keyboard shortcut
--------
David J. Conlon
Manager, Software Release Team (SWRT)
Systems Engineering, Information Services & Technology (IS&T)
Massachusetts Institute of Technology
77 Massachusetts Avenue, Building W92-229B
Cambridge, MA 02139
p. 617.253.5988

Important: IS&T staff will *NEVER* ask you for your password, nor will MIT
send you email requesting your password information. Please ignore any
email messages that claim to require you to provide such information.
From: kaduk@MIT.EDU
Subject: git commit

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.

https://github.com/krb5/krb5/commit/3321375cf3830a4702fdea3781a07f9dde059edc
Author: Ben Kaduk <kaduk@mit.edu>
Commit: 3321375cf3830a4702fdea3781a07f9dde059edc
Branch: master
src/windows/leash/Leash.rc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
From: tlyu@mit.edu
Subject: git commit

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)

https://github.com/krb5/krb5/commit/94c9678dfb87d68a3d6ca25def5e6b415a7d0553
Author: Ben Kaduk <kaduk@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 94c9678dfb87d68a3d6ca25def5e6b415a7d0553
Branch: krb5-1.13
src/windows/leash/Leash.rc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)