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

The context menu event created when pressing the menu key does not contain the keyboard modifiers

XMLWordPrintable

      The context menu event created on X11 systems when pressing the menu key does not contain the keyboard modifiers, the offending code is in qkeymapper_x11.cpp, in the QKeyMapper::sendKeyEvent() function and looks like

      QContextMenuEvent e(QContextMenuEvent::Keyboard, pos, globalPos);

      but should instead read

      QContextMenuEvent e(QContextMenuEvent::Keyboard, pos, globalPos, modifiers);

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

            bhughes Bradley T. Hughes (closed Nokia Identity) (Inactive)
            admin Administrator
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes