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: Most helpful
  1. Anonymous
    2025-03-17T21:24:53+00:00

    Thanks, James!

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2025-03-04T17:07:33+00:00

    Hear! Hear!

    Was this answer helpful?

    0 comments No comments
  3. 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
  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
    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