src/eric7/Documentation/Source/eric7.Preferences.Shortcuts.html

branch
eric7
changeset 10428
a071d4065202
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Preferences.Shortcuts.html	Wed Dec 20 11:06:38 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Preferences.Shortcuts.html	Wed Dec 20 14:58:58 2023 +0100
@@ -69,15 +69,15 @@
 </p>
 <dl>
 
-<dt><i>act</i></dt>
+<dt><i>act</i> (EricAction)</dt>
 <dd>
-reference to the action object (EricAction)
+reference to the action object
 </dd>
-<dt><i>category</i></dt>
+<dt><i>category</i> (str)</dt>
 <dd>
-category the action belongs to (string)
+category the action belongs to
 </dd>
-<dt><i>prefClass</i></dt>
+<dt><i>prefClass</i> (Prefs)</dt>
 <dd>
 preferences class used as the storage area
 </dd>
@@ -94,15 +94,15 @@
 </p>
 <dl>
 
-<dt><i>act</i></dt>
+<dt><i>act</i> (EricAction)</dt>
 <dd>
-reference to the action object (EricAction)
+reference to the action object
 </dd>
-<dt><i>category</i></dt>
+<dt><i>category</i> (str)</dt>
 <dd>
-category the action belongs to (string)
+category the action belongs to
 </dd>
-<dt><i>prefClass</i></dt>
+<dt><i>prefClass</i> (Prefs)</dt>
 <dd>
 preferences class used as the storage area
 </dd>
@@ -176,25 +176,24 @@
 <hr />
 <a NAME="readShortcuts" ID="readShortcuts"></a>
 <h2>readShortcuts</h2>
-<b>readShortcuts</b>(<i>prefClass=Prefs, helpViewer=None, pluginName=None</i>)
+<b>readShortcuts</b>(<i>prefClass=Prefs, webBrowser=None, pluginName=None</i>)
 
 <p>
     Module function to read the keyboard shortcuts for the defined QActions.
 </p>
 <dl>
 
-<dt><i>prefClass</i></dt>
+<dt><i>prefClass</i> (Prefs)</dt>
 <dd>
 preferences class used as the storage area
 </dd>
-<dt><i>helpViewer</i></dt>
+<dt><i>webBrowser</i> (WebBrowserWindow)</dt>
 <dd>
-reference to the help window object
+reference to the web browser window object
 </dd>
-<dt><i>pluginName</i></dt>
+<dt><i>pluginName</i> (str)</dt>
 <dd>
 name of the plugin for which to load shortcuts
-        (string)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -202,20 +201,20 @@
 <hr />
 <a NAME="saveShortcuts" ID="saveShortcuts"></a>
 <h2>saveShortcuts</h2>
-<b>saveShortcuts</b>(<i>prefClass=Prefs, helpViewer=None</i>)
+<b>saveShortcuts</b>(<i>prefClass=Prefs, webBrowser=None</i>)
 
 <p>
     Module function to write the keyboard shortcuts for the defined QActions.
 </p>
 <dl>
 
-<dt><i>prefClass</i></dt>
+<dt><i>prefClass</i> (Prefs)</dt>
 <dd>
 preferences class used as the storage area
 </dd>
-<dt><i>helpViewer</i></dt>
+<dt><i>webBrowser</i> (WebBrowserWindow)</dt>
 <dd>
-reference to the help window object
+reference to the web browser window object
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial