There's a subset of keyboard shortcuts for the Fiji script editor that I can't get working. I'm sure this is a non-exhaustive list, but the biggest annoyances are:
- Edit > Increase font size ⌘+ (this works if you select it from the menu, but not via keyboard shortcut)
- Edit > Decrease font size ⌘- (this works if you select it from the menu, but not via keyboard shortcut)
- Commenting a code block with ⌘/
I can use these shortcuts with no trouble:
- ⌘R - run script
- ⌘A, ⌘X, ⌘C, ⌘P - select all, cut, copy, paste
- ⌘Z, ⌘Y - undo, redo
- ⌘F, ⌘G - find, go to line
System details:
Mac High Sierra, 10.13.5
Fiji version: 2.0.0-rc-67/1.52d
Build 1762a07c5c
Date: 2018-06-04T18:22:47+0000
$ java -version
java version "1.8.0_144"
Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)