Skip to content

Commit 893c07e

Browse files
author
llm1
committed
Added documentation for multiple key bindings.
git-svn-id: file:///tmp/test-svn/trunk@4908 fe72c1cf-3628-48e9-8b72-1c46755d3cff
1 parent dffb568 commit 893c07e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/src/quickstart/quickstart.docbook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ To save a file, either click on the "Save" button or choose "File, Save." If you
837837
<section id="keybindings">
838838
<title>Key Bindings</title>
839839

840-
<para>The Key Bindings menu allows you to specify the keyboard shortcuts you use for everything from compiling a document to cutting text to resetting the Interactions Pane. The only restriction is that the shortcut you choose must be one basic entry--for example, you cannot use Ctrl-X, Ctrl-S to save a file, but you could use Ctrl-Alt-S. Adding support for a wider range of keyboard shortcuts is a feature request currently under review.</para>
840+
<para>The Key Bindings menu allows you to specify the keyboard shortcuts you use for everything from compiling a document to cutting text to resetting the Interactions Pane. The only restriction is that the shortcut you choose must be one basic entry--for example, you cannot use Ctrl-X, Ctrl-S to save a file, but you could use Ctrl-Alt-S. However, actions accept multiple key bindings so that a user may bind both Ctrl-X and Ctrl-S to the save file action and use either keystroke combination to save their file. Adding support for a wider range of keyboard shortcuts is a feature request currently under review.</para>
841841

842842
<mediaobject>
843843
<imageobject>

docs/src/user/userdoc.docbook

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,8 @@ public class Student {
14071407
<!-- Key Bindings -->
14081408
<formalpara>
14091409
<title>Key Bindings</title>
1410-
<para>Most menu items in DrJava have configurable keyboard shortcuts, along with several other navigational commands (such as moving to the beginning or end of a line). All such options are displayed on the Key Bindings panel in the Preferences window, along with their current value. Clicking on the value displays a window which allows the user to type a new key, showing any conflict with an existing key if there is one. (We recommend editing these options in the Preferences window.)</para>
1410+
<para>Most menu items in DrJava have configurable keyboard shortcuts, along with several other navigational commands (such as moving to the beginning or end of a line). All such options are displayed on the Key Bindings panel in the Preferences window, along with their current value. Clicking on the value displays a window which allows the user to type a new key, showing any conflict with an existing key if there is one. Users may bind multiple keys to a single action as long as there are no conflicts and may add or remove key bindings as desired. (We recommend editing these options in the Preferences window.)</para>
1411+
14111412
</formalpara>
14121413

14131414
<!-- Compiler Options -->

0 commit comments

Comments
 (0)