Using Classic Outlook on Windows for personal email, calendar, and contact management
Thanks, James!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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!
Using Classic Outlook on Windows for personal email, calendar, and contact management
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.
Thanks, James!
2+ years later, no progress. Awesome.
Yes Jim - a win for VOC eh? ;-) 🤦🏼
Hi,
best post among all! However, I fail to get it running. Could you make a video about it?
Thank you
Sebastian
I managed, but for auto hot key version 2, you need this code.
#Requires AutoHotkey v2.0
; Only activate hotkeys when Outlook is active
#HotIf WinActive("ahk_class Olk Host")
^+1::Send("^+6")
^+2::Send("^+7")
^+3::Send("^+8")
^+4::Send("^+9")
#HotIf ; Ends the context-sensitive block