mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 22:01:23 -06:00
[GH-ISSUE #1030] Unable to modify screens using the keyboard when configuring server interactively #819
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#819
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @a-singer on GitHub (Jan 19, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1030
Hello,
@albertony commented on GitHub (Jan 22, 2021):
Hi.
I totally agree it would be a good thing to support keyboard navigation. I did an attempt at implementing this, in my pull request https://github.com/debauchee/barrier/pull/1031. As described in that link, tab will now move focus into, and out from, the screen layout grid, and then you can use left, right, up, down, etc to move within the grid, and press enter to add new or edit existing screen, delete key to remove existing screen. You can also hold the control key while using arrow keys to move/swap a screen with adjacent ones.
I am not a maintainer of this project, so we will just have to hope the pull request will be merged and included in a release soon. In the mean time, there are beta builds of my pull request available. Assuming you are on Windows, the direct download links are: Either windows installer, or if you prefer windows zip for copy install (the latter makes it possible to run some testing without uninstalling existing version).
Hopefully this will solve some of your challenges with using barrier, but if not, and if if you find more, then just write back either as comment here or open a new issue.