gianx213
Nov 20, 2014 - 23:04
Hi,
Can somebody kindly tell me if there's an easy way to switch from a document to the builtin browser only using keyboard?
Thanks in advance, gianluca
Hi,
Can somebody kindly tell me if there's an easy way to switch from a document to the builtin browser only using keyboard?
Thanks in advance, gianluca
All you have to do is create a workflow with a single "Evaluate Javascript" action, and put this code in it:
window.open()
Then, make the shortcut abbreviation for the workflow (accessed by taping the "i" next to the workflow name) any key combination you like.
Thanks!
And for going back?
A simple python script (save it as a preset if you would like)
import console console.hide_output()
For the first part, add a "Search Web" action before the javascript action, and make the "Search For" parameter blank.