Skip to content

Codemirror and keyboard #551

@Tophgirl

Description

@Tophgirl

I know this was closed, but looking back at: #306
I want to be able to fix the backspace problem.

Something simple like this works using Codemirror commands:

<script> function backOne() {editor.execCommand("delCharBefore"); } </script>

TestCmd

Unlike with $.extend($.keyboard.keyaction)

But in order for this to work with the keyboard buttons, I need help figuring out how to set the data-action to null, and adding this function to the button.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions