gabceb / atom-web-view

Package to open a web browser inside Atom
MIT License
52 stars 8 forks source link

Shortcut for changing tab doesn't work #2

Open Zakay opened 10 years ago

Zakay commented 10 years ago

CMD+1 should open tab 1, CMD+2 second tab, etc. This works as normal when your not in the webview, but inside the webview, it doesn't.

gabceb commented 10 years ago

I will look into this but I am going to guess that this is caused by the iframe that holds the page not allowing the events to bubble up to Atom.

gabriel-dehan commented 10 years ago

I agree it would surely be nice to have a way to solve this issue :)