Skip to content

Alt-j cannot be remapped to Right in 0.21 #923

Description

@lparcq

The following configuration that replaces the keys hjkl by vdlj (for bépo keyboard) was working in version 0.20.1. Alt-j was correctly moving to the tab on the right. In 0.21.0, it doesn't work and Alt-l is still bound to Right.

keybinds:
    normal:
        - action: [MoveFocusOrTab: Left,]
          key: [ Alt: 'v',]
        - action: [MoveFocusOrTab: Right,]
          key: [ Alt: 'j',]
        - action: [MoveFocus: Down,]
          key: [ Alt: 'd',]
        - action: [MoveFocus: Up,]
          key: [ Alt: 'l',]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions