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 |