Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-34820

F9 shortcut isn't displayed on Mac menu

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 4.8.6
    • 4.8.5
    • GUI: Look'n'Feel
    • None
    • OS X
    • macOS
    • ece0bd590a06d8d8f4f922395a8e68f7b0e678e6

    Description

      When an action has a shortcut of F9, an 8 appears on the menu. This is because of a typo in qt_cocoa_helpers_mac.mm Lines 611 & 612 read:

      { NSF8FunctionKey, Qt::Key_F8 }

      ,

      { NSF9FunctionKey, Qt::Key_F8 }

      ,
      They should be

      { NSF8FunctionKey, Qt::Key_F8 }

      ,

      { NSF9FunctionKey, Qt::Key_F9 }

      ,

      This is fixed in the qt_cocoa_helpers_mac.mm file in qt5

      Attachments

        For Gerrit Dashboard: QTBUG-34820
        # Subject Branch Project Status CR V

        Activity

          People

            liaqi Liang Qi
            jpe John Ehresman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes