macros icon indicating copy to clipboard operation
macros copied to clipboard

Feature Request: if / then, window chrome access, execute javascript?

Open mapsedge opened this issue 3 years ago • 0 comments

Specific use case:

if ( window_title.indexOf ( '.php') !== -1 ) type 'print_r'

if ( window_title.indexOf ( '.js') !== -1 ) type 'console.log'

The benefit would be that one keyboard shortcut could work across multiple file types.

Really happy to find this extension regardless!

mapsedge avatar Aug 19 '22 19:08 mapsedge