mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 09:51:06 +00:00
Document shortcut for sidebar (#401)
* Document shortcut for sidebar * Use appveyor-retry to prevent transfer.sh timeouts
This commit is contained in:
@@ -59,6 +59,7 @@ QVector<const char *> InfoWindow::m_keys = {
|
||||
"CTRL + C",
|
||||
"CTRL + S",
|
||||
"CTRL + Z",
|
||||
"SPACEBAR",
|
||||
QT_TR_NOOP("Right Click"),
|
||||
QT_TR_NOOP("Mouse Wheel")
|
||||
};
|
||||
@@ -70,6 +71,7 @@ QVector<const char *> InfoWindow::m_description = {
|
||||
QT_TR_NOOP("Copy to clipboard"),
|
||||
QT_TR_NOOP("Save selection as a file"),
|
||||
QT_TR_NOOP("Undo the last modification"),
|
||||
QT_TR_NOOP("Toggle visibility of sidebar with options of the selected tool"),
|
||||
QT_TR_NOOP("Show color picker"),
|
||||
QT_TR_NOOP("Change the tool's thickness")
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user