eric6/Preferences/Shortcuts.py

branch
jsonfiles
changeset 8022
2da0139f4f91
parent 8019
5fb467ac4233
child 8142
43248bafe9b2
child 8143
2c730d5fd177
equal deleted inserted replaced
8021:a8ba35ce81ad 8022:2da0139f4f91
231 "<p>The keyboard shortcuts file <b>{0}</b> could not" 231 "<p>The keyboard shortcuts file <b>{0}</b> could not"
232 " be written.</p>") 232 " be written.</p>")
233 .format(fn)) 233 .format(fn))
234 234
235 235
236 # TODO: do the JSON shortcuts
237 def importShortcuts(fn, helpViewer=None): 236 def importShortcuts(fn, helpViewer=None):
238 """ 237 """
239 Module function to import the keyboard shortcuts for the defined actions. 238 Module function to import the keyboard shortcuts for the defined actions.
240 239
241 @param fn filename of the import file 240 @param fn filename of the import file

eric ide

mercurial