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' }
]
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: