Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Is it possible to send key strokes to other programs via a script in FM

I very much doubt it.

Phil

You could do it with vbscript...

Set WshShell = WScript.CreateObject("WScript.Shell")

WshShell.AppActivate "WindowName" 'Replace WindowName with the name of your window

WScript.Sleep 1000'wait

WshShell.SendKeys "sendthis{Enter}"

saved as .vbs

I don't suggest this unless the is no alternative. (almost always another way.)

a user can steal the focus from the script, Is very hard to capture errors. The sendkey command should only be used as a last resort. Having said that I have used it with some success. Depending on the enviroment it is running in and a important the script is, you can add alot to the script that can make it run more reliably but I have never done this and made it run flawlessly. (If I'm the only one running it, no problem)

  • Author

thanks for your help this however looks a bit complicated for my limited knowledge in scripting

  • 1 month later...

try autoit version 3, it is a very simple basic like, there is a very big forum were you can find what you want, also it is possible to compile the script you have done.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.