nickvdp / RecentTabList

A Safari extension to list and filter recently closed tabs
51 stars 6 forks source link

Define a shortcut to open menu #4

Closed ibr closed 8 years ago

ibr commented 8 years ago

It would be nice to have use the keyboard to open the menu

nickvdp commented 8 years ago

I agree. It would be a great feature. Unfortunately, it's not possible with the Safari API. (I explain it a little more here: https://github.com/nickvdp/RecentTabList/issues/1#issuecomment-73421840)

gingerbeardman commented 6 years ago

Here's my solution to the hotkey problem, which uses Alfred to capture the Hotkey and AppleScript to click the Toolbar Button.

https://github.com/nickvdp/RecentTabList/issues/13#issuecomment-395111542