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

Some XF86 keys are undefined in Qt

    XMLWordPrintable

Details

    Description

      Some XF86 keys are undefined in Qt, meaning that doing

      void widget::keyPressEvent(QKeyEvent* ev)

      { QKeySequence seq(ev->key()); qDebug() << seq.toString(); }

      will result in strange output. For instance the output of the XF86WWW key is

      "Meta+Ctrl+Alt+Shift+�"

      while it should really be something like

      "WWW"

      Attachments

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

        Activity

          People

            dzyubenk Denis Dzyubenko (Inactive)
            admin Administrator
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes