Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkaesser2017-07-17 19:57:26 +0000
committerAlexander Kurtakov2017-07-18 19:33:26 +0000
commitd7e3f43fe2d8e921074951cf95c8b3225277053b (patch)
tree98fca3b49bd5cda880c45b8ff81cf5440aa43c1a
parentf076b44dc524b2a88c330bc0512b1f4d9f656e64 (diff)
downloadeclipse.platform.common-d7e3f43fe2d8e921074951cf95c8b3225277053b.tar.gz
eclipse.platform.common-d7e3f43fe2d8e921074951cf95c8b3225277053b.tar.xz
eclipse.platform.common-d7e3f43fe2d8e921074951cf95c8b3225277053b.zip
Bug 519781 - Keys Preference Page - Document Export CSV function I20170720-2000I20170719-2000I20170719-0600I20170719-0040I20170718-2000
Added documentation of the "Export CSV ..." function. Change-Id: I14b3d7c8ccaf2c6adfdf9201943707f08490bf13 Signed-off-by: jkaesser <jkaesser@t-online.de>
-rw-r--r--bundles/org.eclipse.platform.doc.user/concepts/accessibility/keyboardshortcuts.htm5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundles/org.eclipse.platform.doc.user/concepts/accessibility/keyboardshortcuts.htm b/bundles/org.eclipse.platform.doc.user/concepts/accessibility/keyboardshortcuts.htm
index 1e676f70e..289408a57 100644
--- a/bundles/org.eclipse.platform.doc.user/concepts/accessibility/keyboardshortcuts.htm
+++ b/bundles/org.eclipse.platform.doc.user/concepts/accessibility/keyboardshortcuts.htm
@@ -198,6 +198,11 @@ As previously mentioned, the <em>Emacs</em> scheme borrows key bindings from the
<p>
For this type of conflict, the rule is that the <code>Ctrl+X</code> key sequence assigned to <code>Cut</code> would be ignored. Otherwise, it would not be possible to complete many of the key bindings in the <em>Emacs</em> configuration.
</p>
+<h2>Export Key Bindings</h2>
+<p>
+The bindings can be exported to a CSV file. For this purpose, press the button <strong>Export CSV ...</strong>. This will launch a file dialog, where you can specify the location of the export file.
+Note: The export file is for reporting purposes only and <strong>can not be used to import</strong> the binding files into Eclipse.
+</p>
<p><img src="../../images/ngrelc.png" alt="Related concepts" ><br>
<a href="accessmain.htm">Accessibility features in Eclipse</a><br>
<a href="../../tasks/tkeybindings.htm">Changing the key bindings</a><br>

Back to the top