Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Shortcut of QKeySequence::FullScreen ?
Forum Updated to NodeBB v4.3 + New Features

Shortcut of QKeySequence::FullScreen ?

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 4 Posters 887 Views 3 Watching
  • 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.
  • sonichyS Offline
    sonichyS Offline
    sonichy
    wrote on last edited by
    #1

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

    pushButton->setShortcut(QKeySequence::FullScreen);
    

    https://github.com/sonichy

    1 Reply Last reply
    0
    • Kent-DorfmanK Offline
      Kent-DorfmanK Offline
      Kent-Dorfman
      wrote on last edited by
      #2

      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
      2
      • K Offline
        K Offline
        Kerndog73
        wrote on last edited by
        #3

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

        sonichyS 1 Reply Last reply
        2
        • K Kerndog73

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

          sonichyS Offline
          sonichyS Offline
          sonichy
          wrote on last edited by
          #4

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

          https://github.com/sonichy

          Pl45m4P 1 Reply Last reply
          0
          • sonichyS sonichy

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

            Pl45m4P Online
            Pl45m4P Online
            Pl45m4
            wrote on last edited by Pl45m4
            #5

            @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
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved