<div dir="ltr">Hi,<div><br></div><div>It is not completely clear for me but I think your issue is to send "alt+tab" keys to Windows because for now when you type "alt+tab" the keys are used by OpenBox, switching between your Citrix client window and other windows hosted on Linux side.</div>
<div><br></div><div>If I'm right, you just have to tell OpenBox to ignore "alt+tab", so the keys won't be grabbed by OpenBox and will be thrown to the active window, which could be your client. Then perhaps this client will be able to send the keys to the remote system, which in turn should switch its own windows...</div>
<div><br></div><div>To do that, have a look into your ~/.local/openbox/rc.xml file and look for something similar to that :</div><div><div>    <!-- Keybindings for window switching --></div><div>    <keybind key="A-Tab"></div>
<div>      <action name="NextWindow"/></div><div>    </keybind></div><div>    <keybind key="A-S-Tab"></div><div>      <action name="PreviousWindow"/></div><div>    </keybind></div>
</div><div><br></div><div>It's an extract from my own rc.xml, A-Tab = Alt+Tab in rc.xml syntax. Change that to something else :)</div><div><br></div><div>Then to push that system wide rather than only for your own account I think it's in /etc/xdg/openbox directory you'll have to push that modification. This should confirmed, I'm not sure ;)</div>
<div><br></div><div>Cheers,</div><div><br></div><div>mathias</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-04-01 11:21 GMT+02:00 Emilien RICHARD <span dir="ltr"><<a href="mailto:emilien@erichard.fr" target="_blank">emilien@erichard.fr</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I'm working on a Linux-based thin client project. I'm experiencing some issues with Citrix Receiver 13.0. For your information, Citrix Receiver is used to access Windows applications in SaaS mode.<br>
<br>
Alt-Tab doesn't work, I can select the window but it doesn't get the focus and it isn't put foreground. On the attached screen shot ( <a href="http://hpics.li/b3ef9a8" target="_blank">http://hpics.li/b3ef9a8</a> ) you can see what happen. The window 2 is the one I have selected with Alt-Tab and the window 1 is the one which has focus and is on top. On the panel at the bottom of the screen you can see that the window 2 seems to be on top but it doesn't and with the panel the click on a window raise the window without problems.<br>

<br>
Citrix Receiver isn't an open source software so I can't see how it handle windows. I'm trying to modify openbox, I want to program a workaround that force to raise the window on Alt-Tab. Where can I start looking in the sources to force it?<br>

<br>
Thank you for your help.<br>
<br>
Emilien RICHARD<br>
<br>
<br>
______________________________<u></u>_________________<br>
openbox mailing list<br>
<a href="mailto:openbox@icculus.org" target="_blank">openbox@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/<u></u>listinfo/openbox</a><br>
</blockquote></div><br></div>