Interface | Description |
---|---|
IKeyboardShortcutPreparer |
Utility interface intended to keep the cluttering of already cluttered files to
a minimum by throwing the keyboard shortcut initialisation out of them,
into separate files.
|
Class | Description |
---|---|
BasicMotionsKeyboardShortcutPreparer |
Utility class, responsible for the preparation of the keyboard shortcuts,
related to motions, that is, for traversing the list of GUI elements.
|
EditHistoryKeyboardShortcutPreparer |
Utility class, responsible for the preparation of the keyboard shortcuts,
related to undos.
|
FilteringAndSearchingKeyboardShortcutPreparer |
Utility class, responsible for the preparation of the keyboard shortcuts,
related to searching between GUI elements to select them, or for
filtering (hiding) them, when they match given criteria.
|
MacroRelatedActionsPreparer |
An
IKeyboardShortcutPreparer , related to actions that are related
to macros. |
MarkMotionsKeyboardShortcutPreparer |
An
IKeyboardShortcutPreparer for preparing keyboard shortcuts, related to marks. |
RegisterRelatedGlobalActionsPreparer |
An
IKeyboardShortcutPreparer for preparing keyboard shortcuts, related to registers. |
TagKeyboardShortcutPreparer |
An
IKeyboardShortcutPreparer for preparing keyboard shortcuts, related to tags. |