Quick Steps New Outlook - no more shortcut options from 1 to 4

Anonymous
2023-04-19T13:00:17+00:00

Hello everyone,

I am trying the new Outlook this week and noticed that the shortcut options CTRL + SHIFT + 1 to 4 are no longer available. The only options shown are from 5 to 9. This is not feasible for me since I use the ctrl + shift + 1 to 3 options to move emails using only one hand.

Does anyone know why Microsoft removed the other shortcut options or if this change is going to be permanent?

Thank you!

Outlook | Windows | Classic Outlook for Windows | For home

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

53 answers

Sort by: Oldest
  1. Anonymous
    2024-01-22T16:17:47+00:00

    I had the same issue and while I wait for the official fix, I use this AutoHotKey (AHK) script to map the first CTRL+SHIFT+{1..4} --> CTRL+SHIFT+{6..9} Place this file (NewOutlookKeyMapping.ahk) in your startup directory, then change the bindings in Outlook that were {1..4} --> {6..9},

    For exemple, you will still hit CTRL+SHIFT+1 but Outlook will receive CTRL+SHIFT+6

    ; In response to this question: https://answers.microsoft.com/en-us/outlook\_com/forum/all/quick-steps-new-outlook-no-more-shortcut-options/30e6fcee-ca7b-4a97-8dd9-c471413afc39
    ; And while waiting to have this fix implemented: https://feedbackportal.microsoft.com/feedback/idea/dd29745f-82e2-ed11-a81c-6045bd78706c; Map CTRL+SHIFT+1 --> CTRL+SHIFT+6
    $^+1::
    Send ^+6
    Return; Map CTRL+SHIFT+2 --> CTRL+SHIFT+7
    $^+2::
    Send ^+7
    Return; Map CTRL+SHIFT+3 --> CTRL+SHIFT+8
    $^+3::
    Send ^+8
    Return; Map CTRL+SHIFT+4 --> CTRL+SHIFT+9
    $^+4::
    Send ^+9
    Return

    Was this answer helpful?

    6 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-01-30T18:19:56+00:00

    Hi, it's been like a year and this is still a problem. Please fix it.

    Dear Igor Magalhaes,

    Thank you for posting to Microsoft Community.

    Based on your description, I understand that you have a query on quick steps shortcuts in the New Outlook.

    After thorough tests and consults from my end, it’s been concluded that the shortcut options CTRL + SHIFT + 1-4 are indeed not available for now. I do understand your need for this and we do apologize if we are not able to meet your requirements. However, thank you for bringing this to our attention, we will surely raise you concerns to our Product Team and hopefully this can be included in the future updates.

    However, the new Outlook is still a work in progress. If you don't mind, please provide feedback on this feature request by creating a new post in the Feedback Portal at Outlook · Community (microsoft.com), Microsoft is committed to enhancing the customer experience by continually examining suggestions to include in the design and development of future product upgrades based on your suggestions.

     

    Your kind understanding is highly appreciated. Thank you for your cooperation.

    Thank you for your precious time and kind understanding.

    Best Regards,

    Ashraf

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2024-02-01T14:03:14+00:00

    It's sad that something so simple yet so critical to day-to-day use of Outlook would take this long to fix. I am moving back to the old version until this is fixed, even with Patrick Bélanger1's hotfix.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2024-02-01T14:17:50+00:00

    100% made that decision back then. a shame. interms of UAT it speaks volumes of a huge miss.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  5. Anonymous
    2024-02-15T15:52:15+00:00

    Please add these keys (1-9) back in -- I cannot use the new Outlook until they are added back.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments