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

Hey guys

 

Trying to implement some keyboard shortcuts into my database. Right now, for example, I'm trying to give the user a keyboard shortcut to close the active window and perform the other necessary scripts that I have run when the user clicks the "Close Window" button.

 

I've managed to get the window to close after the ESC key is pressed:

Set Variable [$code; Value:Code (Get(TriggerKeystroke))]
If [$code = 27]
Close Window
End If

However, I don't like that it's just the ESC (27) key on it's own. The ESC key is useful when the script is stuck in a loop, among other things. I am looking to use the key combinations Ctrl+Q (or Command+Q for Apple) to execute the "Close Window" script sequence.

 

Is there a way to "capture" a key combination using a similar script as above?

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.