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

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

XMLWordPrintable

    • Linux/X11, Windows

      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)
          }
      }
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes