Skip to content

Key binding "Quit", "ScrollPageUp" and "ScrollPageDown" not working #1306

@dougaak

Description

@dougaak

Please forgive me for editing so frequently, I discovered some quirks that actually more fit in a spearated issue.


Rio version: v0.2.30
OS: Windows 11

The action "Quit", "ScrollPageUp" and "ScrollPageDown" just do nothing.

Below is my configuration for reference:

[bindings]
keys = [
    { with = 'alt', key = 'p', action = 'Paste' },
    { with = 'alt', key = 'y', action = 'Copy' },
    { with = 'alt', key = 'v', action = 'SplitRight' },
    { with = 'alt', key = 's', action = 'SplitDown' },
    { with = 'alt', key = 'w', action = 'SelectNextSplit' },
    { with = 'alt', key = 'x', action = 'CloseSplitOrTab' },
    { with = 'alt', key = 'o', action = 'CreateTab' },
    { with = 'alt', key = 'h', action = 'SelectPrevTab' },
    { with = 'alt', key = 'l', action = 'SelectNextTab' },
    { with = 'alt', key = 'k', action = 'Scroll(1)' },
    { with = 'alt', key = 'j', action = 'Scroll(-1)' },
    { with = 'alt', key = 'u', action = 'ScrollPageUp' },
    { with = 'alt', key = 'd', action = 'ScrollPageDown' },
    { with = 'alt', key = 'q', action = 'Quit' }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions