Jump to content
UBot Underground

How To Send Ctrl+Shift+I Or M?


Recommended Posts

I'm using exbrowser, and to go to mobile simulation tools of chrome, I have to send ctrl+shift+i or m. 

How can I send that mix? In the exbrowser special keys there is no such mix. 

I have also other plugin or want to buy plugin that support it.

Any idea?

 

Thanks a lot!

Link to post
Share on other sites
  • 2 weeks later...

I'm using exbrowser, and to go to mobile simulation tools of chrome, I have to send ctrl+shift+i or m. 

How can I send that mix? In the exbrowser special keys there is no such mix. 

I have also other plugin or want to buy plugin that support it.

Any idea?

 

Thanks a lot!

 

 

you can use windows commands to send special keys to the browser , try this code

plugin command("ExBrowser.dll", "ExBrowser CleanUp Light")
plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", $plugin function("ExBrowser.dll", "$ExBrowser Set User Agent", "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36"))
plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://twitter.com")
plugin command("ExBrowser.dll", "ExBrowser Wait For Dom Ready", "")
plugin command("WindowsCommands.dll", "keyboard event", "Control", "Key Down")
plugin command("WindowsCommands.dll", "keyboard event", "Shift", "Key Down")
plugin command("WindowsCommands.dll", "keyboard event", "i", "Key Press")

  • Like 1
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...