Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

BrianBaughn

macrumors G4
Original poster
For Firefox I was able to make a keyboard shortcut to open a webpage in the News app. This is for the paywall stuff I run across while browsing. If the story is available in the News app it opens just fine.

However, I can't get a keyboard shortcut to work for Safari and I think it's because the "Share…" menu item makes a separate little selection window pop in the top center of the screen. In Firefox it's just a submenu that pops up.

Does anyone know how to get a keyboard shortcut to work on this in Safari or is this just another reason to not switch over to Safari on all of my devices?
 
It's easier than expected
QuickAction in Automator, shortcut in System Settings - Keyboard - Keyboard Shortcuts - Services - General
OpenInNews.jpg

AppleScript
AppleScript:
on run {input, parameters}
    tell application "News" to open location input
end run
 
Trying that out…it opens the page in Firefox for some reason.

Edit: I guess it's just opening it in the default browser.

Edit2: After monkeying around it started working. I had to add to the applescript to get News to come to the front.

Edit3: It's not working properly again.
 
Last edited:
I got News working in a virtual machine and it appears to have a bug. Some articles open in Safari, instead of News. Is this the expected behavior?
Video
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.