Jump to content
Server Maintenance This Week. ×

Monitoring keyboard keys


This topic is 8224 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Is it possible to keep track of what the last key pressed is

with FileMaker or perhaps what was the last button pressed??

Is yes can you use it in a script like IF "this button" do this task ELSE do that task.

Thanks

--Dan

Link to comment
Share on other sites

FileMaker doesn't have any way to access the last keyboard key pressed. You can keep track of the last FM button pressed, but only by having each button uniquely tied to a script and scripting the saving of this information. If you want to have a bunch of buttons all calling the same script and they discern which exact button invoked the script, you are out of luck.

Sound like you have a lot of scripts to create and buttons to connect!

-bd

Link to comment
Share on other sites

Hi,

However, there are some keys that FM "recognises", such as shift, caps lock, control, alt and command (apple).Using these keys, you can allow one button to run several scripts. For instance, script 1 will run when button is clicked, script 2 will run when same button is clicked while maintaining shift and so on with the other special keys I listed.

In frensh, the script command is Etat(Cl

Link to comment
Share on other sites

This topic is 8224 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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