The application uses a pop-up window to allow a user to view or edit a database entry.
This window has a variety of fields, and it associates a keyboard shortcut with most of them.
For example, the URL field is associated with "R"; typing ALT-R selects the URL field.
For years, the Username field was associated with "U", so typing ALT-U would select the Username field.
This functionality was broken several versions ago (I am currently using v3.69) because "U" was assigned also to Group.
As a result ALT-U does not work reliably to select either Username or Group. For example:
* If the focus is at the Title field, ALT-U selects Username.
* If the focus is at the URL field, behavior depends on whether the database is open read-only:
* If it is open read-only, ALT-U selects the Title field (!) - presumably because Group cannot be changed in a read-only database.
* If it is not open read-only, ALT-U selects the Group field.
This kind of variable behavior is not helpful to users of the keyboard shortcuts.
Ideally, each field would be assigned a unique letter so that there are no conflicts leading to odd behavior.
Alternatively, users could be given control over the assignment of letters to fields in the View/Edit window; I would guess that this would be more work and probably not necessary.