8000 Ability to create shortcuts · Issue #6 · return007/yarc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Ability to create shortcuts #6
Open
@return007

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)

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

      0