diff -r 866adc8c315b -r 0acf98cd089a eric6/Preferences/Shortcuts.py --- a/eric6/Preferences/Shortcuts.py Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/Preferences/Shortcuts.py Mon Feb 01 10:38:16 2021 +0100 @@ -39,9 +39,9 @@ """ Module function to read the keyboard shortcuts for the defined QActions. - @keyparam prefClass preferences class used as the storage area - @keyparam helpViewer reference to the help window object - @keyparam pluginName name of the plugin for which to load shortcuts + @param prefClass preferences class used as the storage area + @param helpViewer reference to the help window object + @param pluginName name of the plugin for which to load shortcuts (string) """ if helpViewer is None and pluginName is None: @@ -128,7 +128,7 @@ Module function to write the keyboard shortcuts for the defined QActions. @param prefClass preferences class used as the storage area - @keyparam helpViewer reference to the help window object + @param helpViewer reference to the help window object """ if helpViewer is None: # step 1: clear all previously saved shortcuts