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-12-02T16:59:08+00:00

    December 2024. I just tried out the new Outlook. There always seems to be a no go feature for me and this is one of them.

    We may not be a large group, but those of us who use a lot of quickstep for categorizing email, this is a deal breaker.

    Was this answer helpful?

    8 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-12-12T20:51:06+00:00

    There are several related complaints in the Feedback Hub, but here's one Microsoft has marked as "Open": CTRL+1-4 shortcuts · Community

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-12-12T20:51:41+00:00

    I added three lines to AHK to re-map the shortcuts 1 -> 5, 2 -> 6, etc. ;;; Written by Zachary Hunt for basic system automation ;;;#Requires AutoHotkey v2
    #SingleInstance; Outlook Quick Actions Remap
    HotIfWinActive "ahk_class Outlook"
    ^+1::^+5
    ^+2::^+6
    ^+3::^+7
    HotIfWinActive

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-12-13T21:41:35+00:00

    This works, but as I already had things mapped from all keys 1-9, this just shifts the problem to insufficient hotkeys.... good workaround for those who only have a few hotkeys, though.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2025-01-03T13:05:32+00:00

    "Old Outlook" (i.e., Outlook Classic 365) no longer has the CTRL + (1-) 4 shortcut, either! It is incredibly annoying!

    Was this answer helpful?

    0 comments No comments