kvichans / cuda_macros

CudaText plugin to manage app macros
3 stars 2 forks source link

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

Closed Alexey-T closed 4 years ago

Alexey-T commented 4 years ago

@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)

{
    "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 commented 4 years ago

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