Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-20932

Fix KeyBindingsTest errors on Mac OS X

XMLWordPrintable

      	KeyCombination[] keys = new KeyCombination[] { 
      			new KeyCombination(SWT.CTRL, 'd'),
      			new KeyCombination(SWT.CTRL | SWT.ALT, 0x1000002), // Arrow Down
      			new KeyCombination(SWT.CTRL | SWT.ALT, 0x1000001), // Arrow UP
      			new KeyCombination(SWT.ALT, 0x1000001), 
      			new KeyCombination(SWT.ALT, 0x1000002) };
      

      Should use SWT.COMMAND instead SWT.CTRL on Mac OS X.

            nivologd@gmail.com Denis Golovin (Inactive)
            nivologd@gmail.com Denis Golovin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: