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

Wrong keycodes in PlatfromKeyboardEventQt.cpp

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 5.3.0 RC1
    • 5.3.0 Beta1
    • WebKit
    • None
    • e0a3df285293dad19abad8c787cb61e2b66d28a2

    Description

      case Qt::Key_ParenRight:
          return VK_9; // (39) 9 key '('

      Is that correct? I believe that Qt::Key_ParenRight should be mapped to VK_0. The same is for Qt::Key_ParenLeft (should be mapped to VK_9?).

      Also Qt::Key_Exclam and Qt::Key_Apostrophe are not mentioned in "switch" at all. This introduces bugs with keyboard keys.

      Attachments

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

        Activity

          People

            allan.jensen Allan Sandfeld Jensen
            dmitry64 Dmitry
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes