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

Numpad shortcuts does not work for Linux

    XMLWordPrintable

Details

    • Linux/X11

    Description

      For Windows works fine

      import QtQuick 2.15
      import QtQuick.Window 2.15
      
      Window {
          width: 640
          height: 480
          visible: true
      
          Shortcut {
              sequence: "Num++"
      
              onActivated: console.info(sequence)
          }
      
          Shortcut {
              sequence: "Num+Left"
      
              onActivated: console.info(sequence)
          }
      
          Shortcut {
              sequence: "Num+4"
      
              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:
              4 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes