We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc0d49 commit 11926b7Copy full SHA for 11926b7
1 file changed
src/main/java/org/scijava/input/Accelerator.java
@@ -158,7 +158,7 @@ else if (components[i].equalsIgnoreCase("control") ||
158
}
159
160
public static boolean isCtrlReplacedWithMeta() {
161
- // TODO: Relocate this platform-specific logic?
+ // FIXME: Relocate this platform-specific logic.
162
return System.getProperty("os.name").startsWith("Mac");
163
164
0 commit comments