Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-17881

[Reg 4.2->4.3] Session-selection shortcuts (Ctrl+Alt+<number>) do not do anything

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • Qt Creator 4.3.0-beta1
    • Qt Creator 4.3.0-beta1
    • All Other Issues
    • None
    • Linux and Windows

    Description

      Steps to reproduce:

      1. Open Qt Creator
      2. Make sure you have more than one session configured
      3. Press Ctrl+Alt+2

      Expected:

      • Session 2 gets activated

      What happens:
      Nothing

      Using the Tools > Configure > Environment > Keyboard, I can confirm that Qt Creator does recognise the shortcut and shows "Ctrl+Alt+2" in the field if I try to assign to something. qev shows:

      QKeyEvent(KeyPress, Key_Control, ControlModifier) 
      QKeyEvent(ShortcutOverride, Key_Alt, ControlModifier|AltModifier) 
      QKeyEvent(KeyPress, Key_Alt, ControlModifier|AltModifier) 
      QKeyEvent(ShortcutOverride, Key_2, ControlModifier|AltModifier, text="\u0000") 
      QKeyEvent(KeyPress, Key_2, ControlModifier|AltModifier, text="\u0000") 
      QKeyEvent(KeyRelease, Key_2, ControlModifier|AltModifier, text="\u0000") 
      QKeyEvent(KeyRelease, Key_Alt, ControlModifier) 
      QKeyEvent(KeyRelease, Key_Control) 
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            con Eike Ziller
            thiago Thiago Macieira
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes