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:
parent
2473e9094f
commit
844fe17da2
|
@ -363,11 +363,12 @@
|
|||
(make-an-item 'edit-menu 'find-from-selection
|
||||
'(string-constant find-info)
|
||||
'(λ (item control) (void))
|
||||
#\f
|
||||
'(cons (if (eq? (system-type) 'macosx)
|
||||
'option
|
||||
'alt )
|
||||
(get-default-shortcut-prefix))
|
||||
'(if (eq? (system-type) 'macosx)
|
||||
#\f
|
||||
#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
|
||||
#f)
|
||||
|
|
Loading…
Reference in New Issue
Block a user