eric6/Preferences/Shortcuts.py

branch
jsonfiles
changeset 8013
c3bd65c330ed
parent 7923
91e843545d9a
child 8019
5fb467ac4233
--- 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.

eric ide

mercurial