Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QtCreator: Alt + E shortcut doesn't work
Forum Updated to NodeBB v4.3 + New Features

QtCreator: Alt + E shortcut doesn't work

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
5 Posts 3 Posters 643 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.
  • T Offline
    T Offline
    Tarae
    wrote on last edited by
    #1

    Hi,
    I want to set shortcut Alt + E to delete line in QtCreator. So I set it:
    b162e30e-4e46-4366-b6cc-c9c6a33e1d02-image.png
    But it doesn't work. When I pres it, the edit context menu is opened.
    Any idea, how to fit ix?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      MEMekaniske
      wrote on last edited by MEMekaniske
      #2

      Hey, try this

      Search shortcuts for "Edit" and if you find, it should have the shortcuts Alt+P, Alt+E
      Try edit and remove Alt+E so that there is no duplicates and check if your shortcut works then.

      1 Reply Last reply
      2
      • T Offline
        T Offline
        Tarae
        wrote on last edited by
        #3

        No, my "Edit" doesn't have any shortcut set. And if I try to set something, it doesn't help.

        I discovered, this is problem only when language of Qt Creator is set to English. In other languages everything works fine.

        It feels like in English "Alt+E" is default shortcut for Edit and cannot be removed. Similarly "Alt+F" is shortcut for File and I can't remove it neither. Or can be in your Qt Creator?

        My Qt Creator is 4.11.2, English, Linux.

        aha_1980A 1 Reply Last reply
        0
        • T Tarae

          No, my "Edit" doesn't have any shortcut set. And if I try to set something, it doesn't help.

          I discovered, this is problem only when language of Qt Creator is set to English. In other languages everything works fine.

          It feels like in English "Alt+E" is default shortcut for Edit and cannot be removed. Similarly "Alt+F" is shortcut for File and I can't remove it neither. Or can be in your Qt Creator?

          My Qt Creator is 4.11.2, English, Linux.

          aha_1980A Offline
          aha_1980A Offline
          aha_1980
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi @Tarae,

          as the mnemonic are fixed in the menu, I don't think it's possible to use Alt+E as your shortcut, except you take Qt Creators source code, modify the menu and recompile yourself.

          Regards

          Qt has to stay free or it will die.

          1 Reply Last reply
          2
          • T Offline
            T Offline
            Tarae
            wrote on last edited by Tarae
            #5

            I solved it by creating qt creator plugin that contains qt_set_sequence_auto_mnemonic(false).

            1 Reply Last reply
            2

            • Login

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