--- a/src/eric7/Documentation/Source/eric7.Preferences.Shortcuts.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Preferences.Shortcuts.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,24 +7,22 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Preferences.Shortcuts</h1> - <p> Module implementing functions dealing with keyboard shortcuts. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Functions</h3> - <table> - <tr> <td><a href="#__readShortcut">__readShortcut</a></td> <td>Private function to read a single keyboard shortcut from the settings.</td> @@ -58,15 +56,16 @@ <td>Module function to set actions based on the imported shortcuts file.</td> </tr> </table> + <hr /> <hr /> <a NAME="__readShortcut" ID="__readShortcut"></a> <h2>__readShortcut</h2> <b>__readShortcut</b>(<i>act, category, prefClass</i>) - <p> Private function to read a single keyboard shortcut from the settings. </p> + <dl> <dt><i>act</i> (EricAction)</dt> @@ -88,10 +87,10 @@ <a NAME="__saveShortcut" ID="__saveShortcut"></a> <h2>__saveShortcut</h2> <b>__saveShortcut</b>(<i>act, category, prefClass</i>) - <p> Private function to write a single keyboard shortcut to the settings. </p> + <dl> <dt><i>act</i> (EricAction)</dt> @@ -113,10 +112,10 @@ <a NAME="__setAction" ID="__setAction"></a> <h2>__setAction</h2> <b>__setAction</b>(<i>actions, shortcutsDict</i>) - <p> Private function to set a single keyboard shortcut category shortcuts. </p> + <dl> <dt><i>actions</i> (list of EricAction)</dt> @@ -135,10 +134,10 @@ <a NAME="exportShortcuts" ID="exportShortcuts"></a> <h2>exportShortcuts</h2> <b>exportShortcuts</b>(<i>fn, helpViewer=None</i>) - <p> Module function to export the keyboard shortcuts for the defined QActions. </p> + <dl> <dt><i>fn</i> (str)</dt> @@ -156,10 +155,10 @@ <a NAME="importShortcuts" ID="importShortcuts"></a> <h2>importShortcuts</h2> <b>importShortcuts</b>(<i>fn, helpViewer=None</i>) - <p> Module function to import the keyboard shortcuts for the defined actions. </p> + <dl> <dt><i>fn</i> (str)</dt> @@ -177,10 +176,10 @@ <a NAME="readShortcuts" ID="readShortcuts"></a> <h2>readShortcuts</h2> <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> (Prefs)</dt> @@ -202,10 +201,10 @@ <a NAME="saveShortcuts" ID="saveShortcuts"></a> <h2>saveShortcuts</h2> <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> (Prefs)</dt> @@ -223,10 +222,10 @@ <a NAME="setActions" ID="setActions"></a> <h2>setActions</h2> <b>setActions</b>(<i>shortcuts, helpViewer=None</i>) - <p> Module function to set actions based on the imported shortcuts file. </p> + <dl> <dt><i>shortcuts</i> (dict)</dt> @@ -241,4 +240,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>