Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Solved Shortcut of QKeySequence::FullScreen ?

    General and Desktop
    4
    5
    350
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • sonichy
      sonichy last edited by

      What is the shortcut of QKeySequence::FullScreen in Linux ?

      pushButton->setShortcut(QKeySequence::FullScreen);
      

      https://github.com/sonichy

      1 Reply Last reply Reply Quote 0
      • Kent-Dorfman
        Kent-Dorfman last edited by

        I'm not sure that I understand your question. Are you asking what key sequence in the window manager does a fullscreen? If so, then there is no single answer for that. It will depend upon the specific desktop being used, or if someone changed the default within that user profile or system.

        1 Reply Last reply Reply Quote 2
        • K
          Kerndog73 last edited by

          According to the docs, the key sequence is F11 or Ctrl+Shift+F for KDE Plasma and Ctrl+F11 for GNOME.

          sonichy 1 Reply Last reply Reply Quote 2
          • sonichy
            sonichy @Kerndog73 last edited by

            @Kerndog73 Doc is clear, F11, Ctrl+Shift+F, Ctrl+F11 do not work in Deepin Linux.

            https://github.com/sonichy

            Pl45m4 1 Reply Last reply Reply Quote 0
            • Pl45m4
              Pl45m4 @sonichy last edited by Pl45m4

              @sonichy

              Which version of Deepin?

              According to Deepin Wiki, F11 should work (as it seems to be the standard key for displaying a fullscreen window).
              https://wiki.deepin.org/wiki/Deepin_Terminal#Display_Window_in_Fullscreen (Dont know if this is for terminal window only).

              Deepin (15.X.X) is Debian-based (Desktop Environment even based on Qt), as written here (https://en.wikipedia.org/wiki/Deepin), so it's probably the same as on Debian (F11)..


              If debugging is the process of removing software bugs, then programming must be the process of putting them in.

              ~E. W. Dijkstra

              1 Reply Last reply Reply Quote 0
              • First post
                Last post