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

Alexey Kazakov (JIRA) issues at jboss.org
Mon Oct 12 10:29:00 EDT 2015


     [ https://issues.jboss.org/browse/JBIDE-20932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-20932:
-----------------------------------
    Fix Version/s: 4.4.0.Alpha1


> 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
>            Assignee: Denis Golovin
>             Fix For: 4.3.1.Final, 4.4.0.Alpha1
>
>
> {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