forked from qt-creator/qt-creator
fakevim: make toggle action scriptable
Change-Id: Ic089b91db144389bac4967a6c4f8be361b1a3bda Reviewed-on: http://codereview.qt-project.org/4730 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
@@ -980,7 +980,7 @@ bool FakeVimPluginPrivate::initialize()
|
||||
|
||||
Core::Command *cmd = 0;
|
||||
cmd = actionManager->registerAction(theFakeVimSetting(ConfigUseFakeVim),
|
||||
Constants::INSTALL_HANDLER, globalcontext);
|
||||
Constants::INSTALL_HANDLER, globalcontext, true);
|
||||
cmd->setDefaultKeySequence(QKeySequence(Constants::INSTALL_KEY));
|
||||
|
||||
ActionContainer *advancedMenu =
|
||||
|
||||
Reference in New Issue
Block a user