Shortcut Trigger
Turn a keyboard shortcut into a boolean signal. The shortcut is global: it works while another application has the focus, so you can control a running installation from the keyboard without bringing Figment to the front.
Connect the output to the boolean input of a Conditional node to switch between two images, or to the Enable port of a Save Image node to record on demand.
Parameters
- Shortcut The key combination, written as an Electron accelerator, for example
CommandOrControl+Shift+PorF5. - Mode
flip-floptoggles the output on every press.pulsesets the output to the opposite of the initial value for one frame, then flips it back. - Initial The value of the output when the project starts.
Outputs
- State The current boolean value.