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. is it possible to capture Windows Key using QKeyEvent and other related tools

is it possible to capture Windows Key using QKeyEvent and other related tools

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 307 Views
  • 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.
  • J Offline
    J Offline
    JacobNovitsky
    wrote on last edited by
    #1

    Having Qt Project which is working app to capture shortcuts like Ctrl + T, works with shift, but ignores WIN key
    is it possible to capture WIN key with some Q-Tool?
    https://github.com/Skycoder42/QHotkey/issues/

    Pl45m4P 1 Reply Last reply
    0
    • J JacobNovitsky

      Having Qt Project which is working app to capture shortcuts like Ctrl + T, works with shift, but ignores WIN key
      is it possible to capture WIN key with some Q-Tool?
      https://github.com/Skycoder42/QHotkey/issues/

      Pl45m4P Offline
      Pl45m4P Offline
      Pl45m4
      wrote on last edited by
      #2

      @JacobNovitsky

      QKeySequence or QShortcut maybe.
      But they only work when at least one application window is active (see: shortcut context)


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

      ~E. W. Dijkstra

      J 1 Reply Last reply
      0
      • Pl45m4P Pl45m4

        @JacobNovitsky

        QKeySequence or QShortcut maybe.
        But they only work when at least one application window is active (see: shortcut context)

        J Offline
        J Offline
        JacobNovitsky
        wrote on last edited by
        #3

        @Pl45m4 I that 100% true? because shortcut is currently seen even if app is not active...

        [1] WIN key is big difference/issue for QT?
        [2] I need to get shortcuts if app windows is not active,

        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