Keyboard Shortcuts for Workflow

Demo to preview the plugin:

Introduction

Now you can control your app using only the keyboard. This plugin allows you to set keyboard shortcuts for specific actions in your app, and even override default browser shortcuts.
Set your own keyboard shortcuts, including overriding default browser shortcuts, to open/close menus, popups, submit forms, and more. There are no limits.
Image without caption

How to setup

Step 1 – Install the Plugin

Step 2 – Add the Plugin Element to Your Page

Step 3 - Capture Keystrokes and Execute Actions

Step 4 - Simulate a Key Press

Step 5 - Remove Keyboard Shortcuts

Plugin Element - jWerty Keys

–TIP– Register your keys strokes using the element id html to cover the entire app! First create an element action to bind elements and keys, To bind to an element use #, eg #myID. To bind to a class use a period, eg. .MyClass To more than one you can do this, #MyID1, #MyElement2, .MyClass1. Once you have finished you can then grab the events such as “Triggered Keys Used” and create only when “keys are ctrl+shift+z” then create some actions. Separate ID’s with + for all held, , for sequences, regex like so, ctrl+[a-c] or optional like this, ⌃+⇧+P/⌘+⇧+P
Element properties → jWerty Keys.
Element properties → jWerty Keys.

Element Actions

Unbind keys - Unbinds Keys
Bind Keys - Bind Keys
Send Keystroke - Send Keystroke

Workflow example

Here’s an example of how you might use the Keyboard Shortcuts for Workflow plugin:
  1. Setup the jWerty Keys element:
      • Add the Timer element to your page
  1. Set up Binding shortcuts
      • Add a dropdown with the following options:
        • cmd + c/ctrl + c
        • ctrl + shift + q/cmd+shift+q
        • ctrl+p/cmd + p
        • ctrl+shift+e
        • ctrl+shift+r
        • cmd + v/ctrl + v
      • Add a button that will trigger the Bind Keys plugin action
      Image without caption
  1. Set up Unbinding shortcuts
      • Add a dropdown with the following options:
        • cmd + c/ctrl + c
        • ctrl + shift + q/cmd+shift+q
        • ctrl+p/cmd + p
        • ctrl+shift+e
        • ctrl+shift+r
        • cmd + v/ctrl + v
      • Add a button that will trigger the UnBind Keys plugin action
      Image without caption
Image without caption

Changelogs