mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #56] altgr modifier #46
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#46
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 @alvarogf97 on GitHub (Jun 2, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/56
Operating Systems
Server: Ubuntu 18.04
Client: Windows 10
altgr modifier do not work on client side
@dayne commented on GitHub (Jun 7, 2018):
Googled this a bit and turns out synergy-core has this as a well known issue in the fork for barrier and also on their current Synergy 2 (as of June, 2018). So a known issue in this code for over 4 years or more.
Wiki entry: https://github.com/symless/synergy-core/wiki/AltGr
Consolidated issue: https://github.com/symless/synergy-core/issues/4411
More advanced than the
altgr = shiftfix to consider looking at:Report back if you find success.
@alvarogf97 commented on GitHub (Jun 20, 2018):
it's work thanks, but I have the following warnings:
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/blog/projects/avahi
I do not want to open GUI, but how can I init barrier with conf file from shell?
@alvarogf97 commented on GitHub (Jun 20, 2018):
./barriers --debug DEBUG --no-daemon --enable-crypto --no-tray
it's work. Thanks