| Ticket UUID: | 444172 | |||
| Title: | Function key accelerators in menus | |||
| Type: | Patch | Version: | None | |
| Submitter: | venksi | Created on: | 2001-07-24 16:51:54 | |
| Subsystem: | bwidget | Assigned To: | hobbs | |
| Priority: | 5 Medium | Severity: | ||
| Status: | Closed | Last Modified: | 2001-12-29 08:38:33 | |
| Resolution: | Fixed | Closed By: | hobbs | |
| Closed on: | 2001-12-29 01:38:33 | |||
| Description: |
The BWidget Mainframe allows a menu with an item
of the form:
"&Help" {} {} 0 {
{command "&Contents" {} "Help" "F1" \
-command ::help}
{command "&About" {} "About" {} \
-command ::about}
}
The "F1" key does not work. In general any function
key doesn't work as a menu item. This patch at
least lets the F1 work as it is:
| |||
| User Comments: |
hobbs added on 2001-12-29 08:38:33:
Logged In: YES user_id=72656 added to 1.4.0cvs. Note that this would have worked already using the 2 item list "F1 F1". venksi added on 2001-07-24 23:51:55: File Added - 8802: mfpatch | |||
Attachments:
- mfpatch [download] added by venksi on 2001-07-24 23:51:55. [details]
