rio icon indicating copy to clipboard operation
rio copied to clipboard

New keybinding for SplitDown and SplitRight do not work on Windows

Open zoof opened this issue 3 months ago • 3 comments

I added:

[bindings]
keys =[
	{ key = "d", with = "control | alt", action="SplitDown"},
	{ key = "r", with = "control | alt", action="SplitRight"},
	{ key = "tab", with = "control", action="SelectNextSplitOrTab"}
]

to config.toml file. While the last bind to switch splits or tabs works, the first two do not. I haven't experimented with Linux much yet, but my recollection is that the first two worked on the Flatpak installation of rio on a BlueFin Linux installation.

zoof avatar Aug 27 '25 12:08 zoof

possibly related to #1275

olaf-rogalsky avatar Sep 15 '25 21:09 olaf-rogalsky

@zoof could you try with main?

raphamorim avatar Oct 29 '25 23:10 raphamorim

I assume that you mean I should compile main from the repo? I only use the windows version on my work laptop and am not allowed to install a rust compiler. It does not work with release 0.2.35.

zoof avatar Nov 14 '25 19:11 zoof