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

Not able to trigger "Alt+Enter" shortcut

XMLWordPrintable

    • 6511b17038627ac30cb6622b13c7d46d9877bac5 (qt/qtdeclarative/dev) 5a2c0b364a3a5830dd6d5069b5f8d3921aeac73a (qt/qtdeclarative/6.0) d473491381331b885d94994a4c53f3ea30e3e5ef (qt/tqtc-qtdeclarative/tqtc/lts-5.15)

      A shortcut defined with sequence "Alt+Enter" is not getting triggered.
      And it is mentioned at https://doc.qt.io/qt-5/qkeysequence.html#standard-shortcuts that Alt+Enter can be used as a fullscreen shortcut, With this neither FullScreen is achieved nor onActivated is getting called.

              Shortcut {
                  sequence: "Alt+Enter"
                  onActivated: console.log("Fullscreen")
              }
      
      

        1. qtbug88682.zip
          2 kB
          Shveta Mittal
        2. CMakeLists.txt
          0.4 kB
          Andreas Buhr
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            andreasbuhr Andreas Buhr
            shmittal Shveta Mittal
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: