Forum Archive

Keyboard shortcuts

gianx213

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

TutorialDoctor

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.

gianx213

Thanks!

And for going back?

TutorialDoctor

A simple python script (save it as a preset if you would like)

import console

console.hide_output()
TutorialDoctor

For the first part, add a "Search Web" action before the javascript action, and make the "Search For" parameter blank.