diff --git a/collects/framework/private/group.ss b/collects/framework/private/group.ss index 8cab4bcf..df1acb90 100644 --- a/collects/framework/private/group.ss +++ b/collects/framework/private/group.ss @@ -93,7 +93,7 @@ (label (string-constant bring-frame-to-front...)) (parent menu) (callback (lambda (x y) (choose-a-frame (send (send menu get-parent) get-frame)))) - (shortcut #\h)) + (shortcut #\j)) (make-object separator-menu-item% menu) (for-each (lambda (frame)