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

Shortcut with "Backtab" does not work for Windows

    XMLWordPrintable

Details

    • Windows

    Description

      Shortcut with "Backtab" ("Shift+Tab" or "Ctrl+Shift+Tab" e. t. c.) does not work for Windows, for Linux "Backtab" works fine.

      import QtQuick 2.15
      import QtQuick.Window 2.15
      
      Window {
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")
      
          Shortcut {
              sequence: "Backtab"
      
              onActivated: console.info(sequence)
          }
      }
      

      Attachments

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

        Activity

          People

            srutledg Shawn Rutledge
            asudovtsov Andrey Sudovtsov
            Votes:
            3 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes