Skip to content

Key binding for Shift-K #7

Open
@kenk-ccs

Description

@kenk-ccs

The keybinding ("C-K" web-mode-edit-element-elements-kill-siblings) doesn't work under emacs 26.1 (perhaps others but I haven't tested). The capital K isn't interpreted as a shift-k chord; emacs sees it as a plain k and thus maps ctrl-k to web-mode-edit-element-elements-kill-siblings. The fix is to specify the chord explicitly: ("C-S-k" web-mode-edit-element-elements-kill-siblings)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions