Keyboard Shortcut to Add Horizontal Lines

wOOhooOo

Author just said that this code should do the trick and it did. It works beautifully. Thanks a lot for the help @Hildeguard !

"insertHR": {
    "arg": {
        "type": "text",
        "value": "<hr>"
    },
    "command": "insertHTML",
    "enabled": true,
    "shortcut": "Ctrl + -"
},

3 Likes