This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 101133
Collapse All | Expand All

(-)java/editor/src/org/netbeans/modules/java/editor/resources/DefaultKeyBindings-Mac.xml (+2 lines)
Lines 31-34 Link Here
31
    <bind key="OS-DOWN" remove="true"/>
31
    <bind key="OS-DOWN" remove="true"/>
32
    <bind key="DOS-DOWN" actionName="select-element-previous"/>
32
    <bind key="DOS-DOWN" actionName="select-element-previous"/>
33
    <bind key="O-I" actionName="generate-code"/>
33
    <bind key="O-I" actionName="generate-code"/>
34
    <bind actionName="complete-line" key="D-SEMICOLON"/>
35
    <bind actionName="complete-line-newline" key="DS-SEMICOLON"/>
34
</bindings>
36
</bindings>

Return to bug 101133