Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cud 1.105, plugin don't add hotkeys for macros menuitems #19

Closed
Alexey-T opened this issue Jun 17, 2020 · 1 comment
Closed

Cud 1.105, plugin don't add hotkeys for macros menuitems #19

Alexey-T opened this issue Jun 17, 2020 · 1 comment

Comments

@Alexey-T
Copy link
Collaborator

Alexey-T commented Jun 17, 2020

@kvichans @tmsg-gh
maybe it worked before 1.105? but now not. plugin runs in "on_start" but it doesn't add hotkeys for my macros. I have 1 macro with Alt+W and menuitem for this macro has no Alt+W. (after Cud restart)

  • keys.json has Alt+W
  • macros -
{
    "ver": "20151204",
    "list": [
        {
            "id": 34882,
            "nm": "tst-edit",
            "rec": "150,m\n150,a\n150,c\n150,r\n150,o\n150,.\n",
            "evl": [
                "ed.cmd(cmds.cCommand_TextInsert,'macro.')"
            ]
        }
    ],
    "dlg_prs": {
        "h_acts": 450,
        "times": 1000,
        "h_list": 450,
        "w_acts": 500,
        "w_btn": 200,
        "w_list": 200
    },
    "tm_ctrl": {
        "rp_ctrl": 1000,
        "tm_wait": 10
    }
}
@Alexey-T
Copy link
Collaborator Author

Ok, after a fix in Cud 1.105.1 beta, this is not the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant