Skip to content

Add option to keep client in order and go to client keys#84

Open
Unknow0 wants to merge 6 commits intohtrefil:masterfrom
Unknow0:improve-multiple-client
Open

Add option to keep client in order and go to client keys#84
Unknow0 wants to merge 6 commits intohtrefil:masterfrom
Unknow0:improve-multiple-client

Conversation

@Unknow0
Copy link

@Unknow0 Unknow0 commented Jan 15, 2026

Hi,

in order to improve usability with multiple client i added a static ordering of client and hot keys to go to a client directly (or the server)

switch-keys = ["left-alt", "grave"]
goto-keys = ["left-alt", "f1"]

[[clients]]
addr = "10.10.0.1"
goto-keys = ["left-alt", "f2"]

[[clients]]
addr = "10.10.0.2"
goto-keys = ["left-atl", "f3"]

so regardless of the connection order the switch-keys will always try to go server -> 10.10.0.1 -> 10.10.0.2 -> other client (skiping unconnected client)

Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant