diff -r ecf45f723038 -r c3bd65c330ed eric6/Preferences/Shortcuts.py --- a/eric6/Preferences/Shortcuts.py Wed Jan 27 18:29:25 2021 +0100 +++ b/eric6/Preferences/Shortcuts.py Wed Jan 27 18:29:52 2021 +0100 @@ -196,6 +196,7 @@ __saveShortcut(act, helpViewerCategory, prefClass) +# TODO: do the JSON shortcuts def exportShortcuts(fn, helpViewer=None): """ Module function to export the keyboard shortcuts for the defined QActions. @@ -224,6 +225,7 @@ .format(fn)) +# TODO: do the JSON shortcuts def importShortcuts(fn, helpViewer=None): """ Module function to import the keyboard shortcuts for the defined E5Actions.