Skip to content

DevFaqAddDefaultActionShortcuts

Antonio Vieiro edited this page Jan 25, 2018 · 1 revision

DevFaqAddDefaultActionShortcuts

You just need to include the defaults module org.netbeans.modules.defaults that defines the key bindings for the system actions.

For Maven, add the following dependency to your app:

  <dependency>
      <groupId>org.netbeans.modules</groupId>
      <artifactId>org-netbeans-modules-defaults</artifactId>
      <version>${netbeans.version}</version>
  </dependency>

Apache Migration Information

The content in this page was kindly donated by Oracle Corp. to the Apache Software Foundation.

This page was exported from http://wiki.netbeans.org/DevFaqAddDefaultActionShortcuts , that was last modified by NetBeans user Jmborer on 2013-09-13T07:52:53Z.

NOTE: This document was automatically converted to the AsciiDoc format on 2018-01-26, and needs to be reviewed.

Clone this wiki locally