Viktor Mukha
Viktor Mukha
Looks like it's top to bottom, but I agree, it needs to be clarified.
+1 Indeed. Switched from Remmina to xfreerdp because of multi-monitor support, and the most needed feature is this one. Interestingly enough, exactly for the same scenario: "Right-Ctrl", "Ctrl+Alt+Up".
I'm trying to implement the feature in xfreerdp. I'm not an expert in XLib, though. I was able to use XUngrabKeyboard successfully, and binded it to different keys trying to...
Here's a git patch: https://gist.github.com/khvMX/66e0b14c71a32aca1bc7 What it does is simply ungrabbing the keyboard when not in fullscreen with a "Right Ctrl" key. It has currently at least 2 problems: 1....
@Rudedog9d Hi. No, didn't touch it, works well for me so far :) There are majorly one thing that still annoys me, namely: each time you exit fullscreen mode the...
Hmm, seems like this `xf_toggle_control(xfc);` does the trick of releasing control keys in fullscreen mode. With this line it works with my patch also with Right Ctrl in both fullscreen...
@Rudedog9d Just found out that in my patch, using `if (mod.Ctrl && mod.Alt)` instead of `if (mod.RightCtrl)` is much much easier in the end. I've been using right ctrl in...
Hey @wu-yue-yu, I have just booted your image, and it boots. :) Where do I start if I want to build such an image myself? Can you provide some links...