Skip to content

Easier method for documenting and setting gestures for global plugin scripts #6266

@ctoth

Description

@ctoth

I propose and will implement the following:

class GlobalPlugin(GlobalPlugin):

    @document(__("""Short description in gesture editor"""))
    @gesture("kb:NVDA+shift+g")
    def script_do_something(self, gesture):
        pass #script contents here

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions