Hello Tara,
The Enter key no longer triggers printing because Microsoft removed that shortcut in newer builds to align with accessibility and input standards. Enter is now reserved for confirming dialog boxes or moving to the next field, which prevents accidental print jobs. The official shortcut remains Ctrl+P, and that is the supported method. If you want a similar workflow, you can assign a macro in Word or Excel that binds the Enter key to ActiveDocument.PrintOut or Application.Dialogs(xlDialogPrint).Show. Another option is customizing the Quick Access Toolbar with a Print button and using Alt key sequences to trigger it quickly. Third‑party remapping tools can also force Enter to print, but they are not supported and may cause conflicts. At this time, Microsoft has not provided a native setting to restore Enter as a print trigger. Unless they reverse the change in future updates, macros or remapping are the only workarounds.
I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!
HP.