Fix the alt menu conflict in a simple way,
suitable for the release branch
This commit is contained in:
parent
0cfeae7a30
commit
14a8299e87
|
@ -755,8 +755,10 @@
|
|||
(send frame next-tab))))])
|
||||
|
||||
(define mprefix (case (system-type)
|
||||
[(windows unix)
|
||||
[(windows)
|
||||
(list* 'alt 'shift (get-default-shortcut-prefix))]
|
||||
[(unix)
|
||||
(remove-duplicates (list* 'alt 'shift (get-default-shortcut-prefix)))]
|
||||
[(macosx)
|
||||
(list* 'option (get-default-shortcut-prefix))]))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user