| enum | QuentierShortcutKey {
NewNote = 5000,
NewTag,
NewNotebook,
NewSavedSearch,
AddAttachment,
SaveAttachment,
OpenAttachment,
CopyAttachment,
CutAttachment,
RemoveAttachment,
RenameAttachment,
AddAccount,
ExitAccount,
SwitchAccount,
AccountInfo,
NoteSearch,
NewNoteSearch,
ShowNotes,
ShowNotebooks,
ShowTags,
ShowSavedSearches,
ShowDeletedNotes,
ShowStatusBar,
ShowToolBar,
PasteUnformatted,
Font,
UpperIndex,
LowerIndex,
AlignLeft,
AlignCenter,
AlignRight,
AlignFull,
IncreaseIndentation,
DecreaseIndentation,
IncreaseFontSize,
DecreaseFontSize,
InsertNumberedList,
InsertBulletedList,
Strikethrough,
Highlight,
InsertTable,
InsertRow,
InsertColumn,
RemoveRow,
RemoveColumn,
InsertHorizontalLine,
InsertToDoTag,
EditHyperlink,
CopyHyperlink,
RemoveHyperlink,
Encrypt,
Decrypt,
DecryptPermanently,
BackupLocalStorage,
RestoreLocalStorage,
UpgradeLocalStorage,
LocalStorageStatus,
SpellCheck,
SpellCheckIgnoreWord,
SpellCheckAddWordToUserDictionary,
SaveImage,
AnnotateImage,
ImageRotateClockwise,
ImageRotateCounterClockwise,
Synchronize,
FullSync,
ImportFolders,
Preferences,
ReleaseNotes,
ViewLogs,
About,
UnknownKey = 100000
} |