mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-06 06:19:52 +08:00
parent
d917c942d9
commit
1355997b4d
@ -3431,7 +3431,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../vmainwindow.cpp" line="1045"/>
|
<location filename="../vmainwindow.cpp" line="1045"/>
|
||||||
<source>Custom some standard shortcuts</source>
|
<source>Customize some standard shortcuts</source>
|
||||||
<translation>自定义部分标准快捷键</translation>
|
<translation>自定义部分标准快捷键</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -1064,8 +1064,8 @@ void VMainWindow::initFileMenu()
|
|||||||
|
|
||||||
fileMenu->addAction(openConfigAct);
|
fileMenu->addAction(openConfigAct);
|
||||||
|
|
||||||
QAction *customShortcutAct = new QAction(tr("Custom Shortcuts"), this);
|
QAction *customShortcutAct = new QAction(tr("Customize Shortcuts"), this);
|
||||||
customShortcutAct->setToolTip(tr("Custom some standard shortcuts"));
|
customShortcutAct->setToolTip(tr("Customize some standard shortcuts"));
|
||||||
connect(customShortcutAct, &QAction::triggered,
|
connect(customShortcutAct, &QAction::triggered,
|
||||||
this, &VMainWindow::customShortcut);
|
this, &VMainWindow::customShortcut);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user