mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-17 06:45:06 -05:00
* try to fix KeyStroke action for Mac
This commit is contained in:
parent
7ac1eeb5a4
commit
130fd657c0
@ -200,7 +200,7 @@ class FormatDialog extends JDialog {
|
||||
});
|
||||
|
||||
// install editor suggestions popup
|
||||
TunedUtilities.installAction(editor, KeyStroke.getKeyStroke("DOWN"), displayRecentFormatHistory);
|
||||
TunedUtilities.installAction(editor, KeyStroke.getKeyStroke("pressed DOWN"), displayRecentFormatHistory);
|
||||
|
||||
// episode mode by default
|
||||
setMode(Mode.Episode);
|
||||
|
Loading…
Reference in New Issue
Block a user