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. Implementing conrol key as shortcut

Implementing conrol key as shortcut

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 2 Posters 490 Views 2 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    The instruction say " add with keyboard ..."
    If I use "Ctrl:" key nothing happens...
    If I type "Ctrl " I get this

    bb6d6bd0-23b4-413e-998a-aadb8af73afa-image.png

    I like to have "Ctrl+Ctrl+Ctrl " as a key sequence

    1 Reply Last reply
    0
    • Chris KawaC Offline
      Chris KawaC Offline
      Chris Kawa
      Lifetime Qt Champion
      wrote on last edited by Chris Kawa
      #2

      Not supported. It treats ctrl as a modifier, not a primary key. You'll have to settle for some other key.

      A 1 Reply Last reply
      3
      • Chris KawaC Chris Kawa

        Not supported. It treats ctrl as a modifier, not a primary key. You'll have to settle for some other key.

        A Offline
        A Offline
        Anonymous_Banned275
        wrote on last edited by
        #3

        @Chris-Kawa What ? There are numerous combination of "Ctrl +" keys already implemented and I cannot add my own ?
        Should I bother to report a bug ?

        Chris KawaC 1 Reply Last reply
        0
        • A Anonymous_Banned275

          @Chris-Kawa What ? There are numerous combination of "Ctrl +" keys already implemented and I cannot add my own ?
          Should I bother to report a bug ?

          Chris KawaC Offline
          Chris KawaC Offline
          Chris Kawa
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @AnneRanch said:

          There are numerous combination of "Ctrl +" keys already implemented and I cannot add my own ?

          You can, but like you said, it's ctrl + something, as in ctrl is a modifier to a letter e.g. ctrl+a. Ctrl on its own is not supported.

          You can of course report it, but it's not a bug. It's a lack of feature, and I'd say a pretty substantial change to implement, so I doubt it would get a high priority.

          1 Reply Last reply
          1
          • A Offline
            A Offline
            Anonymous_Banned275
            wrote on last edited by
            #5
            This post is deleted!
            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