mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #204] OSX Client: Modifier Keys don't work in remote control applications #166
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#166
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 @githubjsorg on GitHub (Dec 19, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/204
Originally assigned to: @p12tic on GitHub.
Operating Systems
Server: Windows Server 2008
Client: macOS 10.12.6 Sierra
Barrier Version
2.1.0
Steps to reproduce bug
Other info
Interestingly CTRL, ALT, and SHIFT work just fine in VNC but not SUPER.
I only switched to Barrier after updating from Maverics to Sierra because Synergy wouldn't recognize modifier keys at all on the client. Using Synergy in Maverics, modifier keys worked just fine even in remote control apps.
@AdrianKoshka commented on GitHub (Dec 21, 2018):
Hey, thanks for submitting an issue. I'll get back to this probably after December 26th. Visiting relatives for the holidays right now.
@githubjsorg commented on GitHub (Dec 21, 2018):
You're welcome. Have fun with your relatives. :)
When you get back, let me know if I can help with any additional information or testing fixes.
@githubjsorg commented on GitHub (Jan 2, 2019):
Adrian, thank you for the update. How do I get a new binary(s) to test with? And do I need a new one for both win and macos or just 1 or the other?
@AdrianKoshka commented on GitHub (Jan 2, 2019):
You would have to build barrier yourself from source for both platforms from master, I have no ETA on when 2.2 will be released.
@githubjsorg commented on GitHub (Jan 4, 2019):
I see a guide on how to build on Windows, which I might be able to do.
https://github.com/debauchee/barrier/wiki/Building-on-Windows
Any chance this will work with VS 2017?
But I don't see a guide on how to build on macos.
@AdrianKoshka commented on GitHub (Jan 4, 2019):
Don't know, I just use Visual Studio Community because the instructions say to
No one has written one, sorry.
@p12tic commented on GitHub (Jan 5, 2019):
@githubjsorg See what we do in .travis.yml.
Basically, on OSX you need to install ports and do the following:
@AdrianKoshka commented on GitHub (Jan 5, 2019):
@p12tic Do you have access to the wiki? If so, writing up a "how to compile" page for macOS would be helpful if you know how.
@p12tic commented on GitHub (Jan 5, 2019):
I don't have access unfortunately.
@AdrianKoshka commented on GitHub (Jan 5, 2019):
Darn. I mean, you could write up something on https://gist.github.com/ and then when you're happy with it, link me to it so I can fold it into the wiki, if you want that is.