control-alt for menu selections probably shouldn't be

used under windows, so just give a menu shortcut under
macosx and under windows rely on the underscore thingy

original commit: f1a4aeedba431f8ed54767dc045e4d2a5282b5a4
This commit is contained in:
Robby Findler 2012-08-21 08:15:41 -05:00
parent 2473e9094f
commit 844fe17da2

View File

@ -363,10 +363,11 @@
(make-an-item 'edit-menu 'find-from-selection
'(string-constant find-info)
'(λ (item control) (void))
'(if (eq? (system-type) 'macosx)
#\f
'(cons (if (eq? (system-type) 'macosx)
'option
'alt )
#f)
'(if (eq? (system-type) 'macosx)
(cons 'option (get-default-shortcut-prefix))
(get-default-shortcut-prefix))
'(string-constant find-from-selection-menu-item)
edit-menu:edit-target-on-demand