Open BLARGoMATIC opened 3 years ago
Looks like people are having similar problems with synergy: https://members.symless.com/forums/topic/6223-hotkey-for-server-and-client/?tab=comments#comment-28839
not much help in fixing it, and it shows it was a problem before barrier was forked.
Describe the bug Similar issue to #838 However, using the wildcard * in
keystroke(key[,screens])
or even the server only results in a useless hotkey, along with that keystroke being blocked from normal use on the server.To Reproduce
Steps to reproduce the behavior:
Expected behavior Using the example from #838:
keystroke(Control+a,server)
should be redundant, and have no noticeable effect. (Select-all continuing to work as intended)keystroke(Control+a,*)
should send the keystroke to the client(s) (which it does) in addition to the keystroke being sent to the server, keeping the Select-all command functioning on the server computer (which it doesn't).Screenshots
Desktop (please complete the following information):
Additional context
I haven't looked too far in finding why this is, but I assume it's due to the keystroke being sent by barrier triggering itself on the server.