Skip to content

Ability to create shortcuts #6

Description

@return007

Common actions like opening a specific window, performing something specific, etc. can be automatized. We can do this by providing user a page for his custom actions / shortcuts. The shortcuts can be made via small building blocks like keypress, keydown, keyup, type, etc. A good small use-case for this is:

Different people have different ways in which they watch Netflix. Some may have an app installed. While other may be opening it in their browser. So, a shortcut like "Open netflix" can be customized as follows:

Option 1. keypress(winleft) > type("netflix") > keypress(enter)

Option 2. keypress(winleft) > type("firefox") > keypress(enter) > type("netflix") > keypress(enter)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions