[jbosstools-issues] [JBoss JIRA] (JBIDE-20932) Fix KeyBindingsTest errors on Mac OS X

Denis Golovin (JIRA) issues at jboss.org
Fri Oct 9 12:33:00 EDT 2015


Denis Golovin created JBIDE-20932:
-------------------------------------

             Summary: Fix KeyBindingsTest errors on Mac OS X
                 Key: JBIDE-20932
                 URL: https://issues.jboss.org/browse/JBIDE-20932
             Project: Tools (JBoss Tools)
          Issue Type: Task
          Components: jsp/jsf/xml/html-source-editing
    Affects Versions: 4.4.0.Alpha1
         Environment: Mac OS X
            Reporter: Denis Golovin


{code}	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) };
{code}

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



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list