81 |
82 |
82 @return Dictionary of dictionaries of shortcuts. The keys of the |
83 @return Dictionary of dictionaries of shortcuts. The keys of the |
83 dictionary are the categories, the values are dictionaries. |
84 dictionary are the categories, the values are dictionaries. |
84 These dictionaries have the shortcut name as their key and |
85 These dictionaries have the shortcut name as their key and |
85 a tuple of accelerators as their value. |
86 a tuple of accelerators as their value. |
|
87 @rtype dict |
86 """ |
88 """ |
87 return self.shortcuts |
89 return self.shortcuts |