mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
bug-fix: Ctrl+H does not work to delete one char
The shortcut of Replace action occupies Ctrl+H.
This commit is contained in:
parent
5c17f74641
commit
78674efaa0
@ -560,7 +560,6 @@ void VMainWindow::initEditMenu()
|
|||||||
|
|
||||||
m_replaceAct = new QAction(tr("Replace"), this);
|
m_replaceAct = new QAction(tr("Replace"), this);
|
||||||
m_replaceAct->setToolTip(tr("Replace current occurence"));
|
m_replaceAct->setToolTip(tr("Replace current occurence"));
|
||||||
m_replaceAct->setShortcut(QKeySequence::Replace);
|
|
||||||
connect(m_replaceAct, SIGNAL(triggered(bool)),
|
connect(m_replaceAct, SIGNAL(triggered(bool)),
|
||||||
m_findReplaceDialog, SLOT(replace()));
|
m_findReplaceDialog, SLOT(replace()));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user