Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-14793

<strg> + "/" does not work anymore

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • Qt Creator 3.5.0-rc1
    • C/C++/Obj-C++ Support
    • None
    • german keyboard layout + windows 7

    Description

      While using the 3.5 QtCreator the commenting code shortcut does not work anymore.

      This change was in 3.2 but in 3.4 commenting code with Ctrl+/ (which means Ctrl+Shift+/ on a german layout) was working.
      So not sure why this changed.

      8fcf27fd (Eike Ziller        2014-10-13 13:31:49 +0200)     auto searchItem = new SearchSideBarItem;
      8fcf27fd (Eike Ziller        2014-10-13 13:31:49 +0200)     connect(searchItem, &SearchSideBarItem::linkActivated, this, &HelpWidget::openFromSearch);
      8fcf27fd (Eike Ziller        2014-10-13 13:31:49 +0200)     m_searchAction = new QAction(tr("Activate Help Search View"), this);
      8fcf27fd (Eike Ziller        2014-10-13 13:31:49 +0200)     cmd = Core::ActionManager::registerAction(m_searchAction, Constants::HELP_SEARCH,
      8fcf27fd (Eike Ziller        2014-10-13 13:31:49 +0200)                                               m_context->context());
      8fcf27fd (Eike Ziller        2014-10-13 13:31:49 +0200)     cmd->setDefaultKeySequence(QKeySequence(Core::UseMacShortcuts ? tr("Meta+/")
      8fcf27fd (Eike Ziller        2014-10-13 13:31:49 +0200)                                                                   : tr("Ctrl+Shift+/")));
      8fcf27fd (Eike Ziller        2014-10-13 13:31:49 +0200)     shortcutMap.insert(QLatin1String(Constants::HELP_SEARCH), cmd);
      8fcf27fd (Eike Ziller        2014-10-13 13:31:49 +0200) 
      

      but maybe there is some change with the context?

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              davschul David Schulz
              tjenssen Tim Jenssen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes