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

QML Shortcut does not react on "`" in Cyrillic layout

    XMLWordPrintable

Details

    • Linux/X11, Windows

    Description

      Shortcut does not react on "`" in Cyrillic layout, all others keys works fine, in example Latin "q" reacts on Cyrillic alternative "ะน".

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

      Attachments

        Issue Links

          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:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes