Module implementing functions dealing with keyboard shortcuts.
Note: These functions are imported into the Preferences package and should be called like Preferences.readShortcuts(...).
None |
_write | Private method used to do the real write operation. |
exportShortcuts | Module function to export the keyboard shortcuts for the defined QActions. |
importShortcuts | Module function to import the keyboard shortcuts for the defined QActions. |
readShortcuts | Module function to read the keyboard shortcuts for the defined QActions. |
saveShortcuts | Module function to write the keyboard shortcuts for the defined QActions. |
Private method used to do the real write operation.
Module function to export the keyboard shortcuts for the defined QActions.
Module function to import the keyboard shortcuts for the defined QActions.
Module function to read the keyboard shortcuts for the defined QActions.
Module function to write the keyboard shortcuts for the defined QActions.