eclipse / swtchart

Eclipse Public License 2.0
44 stars 41 forks source link

SWT key handling on macOS #258

Closed eselmeister closed 2 years ago

eselmeister commented 2 years ago

Some users have reported strange behavior regarding the range and distance selection on macOS. A test case to inspect it has been created here:

#257

As it turned out, instead of using SWT.CTRL, SWT.MOD1 shall be used instead. This has been also described here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=463130#c7

The following mappings shall be replaced:

See documentation in SWT.java.