<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jan 27, 2015 at 10:37 PM, kario tay <span dir="ltr"><<a href="mailto:kariotay@inbox.com" target="_blank">kariotay@inbox.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi Lucas -<br>
<br>
It works... unfortunately, the next window is<br>
immediately raised (brought to the foreground)<br>
rather than showing the "focus outline" and<br>
allowing the user to A-Tab through<br>
until the right window is found...<br></blockquote><div><br></div><div>From <a href="http://openbox.org/wiki/Help:Actions#NextWindow">http://openbox.org/wiki/Help:Actions#NextWindow</a> I think you want:</div><div><dialog>none</dialog></div><div><interactive>yes</interactive></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div class=""><div class="h5"><br>
<br>
> -----Original Message-----<br>
> From: <a href="mailto:graboluk@gmail.com">graboluk@gmail.com</a><br>
> Sent: Sun, 25 Jan 2015 13:02:00 +0000<br>
> To: <a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
> Subject: Re: [openbox] Is there a way to remove the "Focus Dialog"<br>
> (alt-tab)?<br>
><br>
> all I can see is that you use <action ... /> and I use <action...> ...<br>
> </action>, but I don't know if it's relevant. Perhaps you could<br>
> copy-paste my keybinding for A-S-Tab and see if it does what you want:<br>
> <keybind key="A-S-Tab"><br>
> <action name="PreviousWindow"><br>
> <interactive>no</interactive><br>
> <dialog>none</dialog><br>
> </action><br>
> </keybind><br>
><br>
> Best, L<br>
><br>
> 2015-01-25 1:52 GMT+00:00 kario tay <<a href="mailto:kariotay@inbox.com">kariotay@inbox.com</a>>:<br>
>> Interesting:<br>
>><br>
>> Wondering if there's a flaw in my syntax somewhere.<br>
>><br>
>>   <!-- Keybindings for window switching --><br>
>>   <keybind key="A-Tab"><br>
>>     <action name="NextWindow"/><br>
>>       <interactive>no</interactive><br>
>>       <dialog>none</dialog><br>
>>   </keybind><br>
>>   <keybind key="A-S-Tab"><br>
>>     <action name="PreviousWindow"/><br>
>>       <interactive>no</interactive><br>
>>       <dialog>none</dialog><br>
>>   </keybind><br>
>>   <keybind key="C-A-Tab"><br>
>>     <action name="NextWindow"><br>
>>       <interactive>no</interactive><br>
>>       <dialog>none</dialog><br>
>>       <panels>yes</panels><desktop>yes</desktop><br>
>>     </action><br>
>>   </keybind><br>
>><br>
>> I added<br>
>>       <interactive>no</interactive><br>
>><br>
>> to see if there was an effect, then issued 'openbox --reconfigure'<br>
>> on the commandline (as the login user, of course).<br>
>><br>
>> Still no effect...<br>
>><br>
>><br>
>>> -----Original Message-----<br>
>>> From: <a href="mailto:graboluk@gmail.com">graboluk@gmail.com</a><br>
>>> Sent: Sat, 24 Jan 2015 21:07:26 +0000<br>
>>> To: <a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
>>> Subject: Re: [openbox] Is there a way to remove the "Focus Dialog"<br>
>>> (alt-tab)?<br>
>>><br>
>>> reconfigure should be enough.<br>
>>><br>
>>> I use alt-tab to have switching between two windows without any dialog<br>
>>> and alt-ctrl-tab to switch with a dialog. AFAI understand in my setup<br>
>>> A-S-Tab does what you want.<br>
>>><br>
>>>     <keybind key="C-A-Tab"><br>
>>>       <action name="NextWindow"><br>
>>>         <finalactions><br>
>>>           <action name="Focus"/><br>
>>>           <action name="Raise"/><br>
>>>           <action name="Unshade"/><br>
>>>         </finalactions><br>
>>>       </action><br>
>>>     </keybind><br>
>>>     <keybind key="C-A-S-Tab"><br>
>>>       <action name="PreviousWindow"><br>
>>>         <finalactions><br>
>>>           <action name="Focus"/><br>
>>>           <action name="Raise"/><br>
>>>           <action name="Unshade"/><br>
>>>         </finalactions><br>
>>>       </action><br>
>>>     </keybind><br>
>>>     <keybind key="A-Tab"><br>
>>>       <action name="NextWindow"><br>
>>>       <interactive>no</interactive><br>
>>>       <dialog>none</dialog><br>
>>>       </action><br>
>>>     </keybind><br>
>>>     <keybind key="A-S-Tab"><br>
>>>       <action name="PreviousWindow"><br>
>>>       <interactive>no</interactive><br>
>>>       <dialog>none</dialog><br>
>>>       </action><br>
>>>     </keybind><br>
>>><br>
>>> L<br>
>>><br>
>>> 2015-01-24 20:50 GMT+00:00 kario tay <<a href="mailto:kariotay@inbox.com">kariotay@inbox.com</a>>:<br>
>>>> That looks great --<br>
>>>><br>
>>>> One other question: does the user have to log out and<br>
>>>> log back in to see the changes, or will the changes<br>
>>>> be visible after "re-configuring" openbox in the<br>
>>>> current session?<br>
>>>><br>
>>>> I ask because I hit "ReConfigure Openbox" on the menu<br>
>>>> and there's been no change; the menu still appears.<br>
>>>><br>
>>>> ---<br>
>>>><br>
>>>> P.S. A search brings up a similar thread with XML example:<br>
>>>><br>
>>>>    <keybind key="A-Tab"><br>
>>>>        <action name="NextWindow"><br>
>>>>          <dialog>none</dialog><br>
>>>>        </action><br>
>>>>      </keybind><br>
>>>>      <keybind key="A-S-Tab"><br>
>>>>        <action name="PreviousWindow"><br>
>>>>          <dialog>none</dialog><br>
>>>>        </action><br>
>>>>      </keybind><br>
>>>><br>
>>>> The solution appears to be:<br>
>>>>          <dialog>none</dialog><br>
>>>><br>
>>>> ...applied to both "A-Tab" and "A-S-Tab" keybindings.<br>
>>>><br>
>>>><br>
>>>>> -----Original Message-----<br>
>>>>> From: <a href="mailto:graboluk@gmail.com">graboluk@gmail.com</a><br>
>>>>> Sent: Sat, 24 Jan 2015 16:12:58 +0000<br>
>>>>> To: <a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
>>>>> Subject: Re: [openbox] Is there a way to remove the "Focus Dialog"<br>
>>>>> (alt-tab)?<br>
>>>>><br>
>>>>> Perhaps<br>
>>>>> <a href="http://openbox.org/wiki/Help:Actions#NextWindow" target="_blank">http://openbox.org/wiki/Help:Actions#NextWindow</a><br>
>>>>> is what you need?<br>
>>>>><br>
>>>>> L<br>
>>>>><br>
>>>>> 2015-01-24 15:54 GMT+00:00 kario tay <<a href="mailto:kariotay@inbox.com">kariotay@inbox.com</a>>:<br>
>>>>>> Hi -<br>
>>>>>><br>
>>>>>> I realized that there's no need (in my setup)<br>
>>>>>> for the application-switcher dialog box that<br>
>>>>>> pops up when you press Alt-Tab.<br>
>>>>>><br>
>>>>>> The only setting that I see in rc.xml governs<br>
>>>>>> the desktop pager. It would be great if there<br>
>>>>>> was something similar for the application-switching<br>
>>>>>> "Focus" dialog box as well.<br>
>>>>>><br>
>>>>>> Is there a way to disable that dialog -- while<br>
>>>>>> keeping the keyboard shortcut's functionality<br>
>>>>>> and the "window focus outline" visual cue that you<br>
>>>>>> see when hitting Alt-Tab?<br>
>>>>>><br>
>>>>>> Thanks for your ideas.<br>
>>>>>><br>
>>>>>> ____________________________________________________________<br>
>>>>>> FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas<br>
>>>>>> on<br>
>>>>>> your desktop!<br>
>>>>>> Check it out at <a href="http://www.inbox.com/marineaquarium" target="_blank">http://www.inbox.com/marineaquarium</a><br>
>>>>>><br>
>>>>>><br>
>>>>>> _______________________________________________<br>
>>>>>> openbox mailing list<br>
>>>>>> <a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
>>>>>> <a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/listinfo/openbox</a><br>
>>>>> _______________________________________________<br>
>>>>> openbox mailing list<br>
>>>>> <a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
>>>>> <a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/listinfo/openbox</a><br>
>>>><br>
>>>> ____________________________________________________________<br>
>>>> FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas<br>
>>>> on<br>
>>>> your desktop!<br>
>>>> Check it out at <a href="http://www.inbox.com/marineaquarium" target="_blank">http://www.inbox.com/marineaquarium</a><br>
>>>><br>
>>>><br>
>>>> _______________________________________________<br>
>>>> openbox mailing list<br>
>>>> <a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
>>>> <a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/listinfo/openbox</a><br>
>>> _______________________________________________<br>
>>> openbox mailing list<br>
>>> <a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
>>> <a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/listinfo/openbox</a><br>
>><br>
>> ____________________________________________________________<br>
>> Can't remember your password? Do you need a strong and secure password?<br>
>> Use Password manager! It stores your passwords & protects your account.<br>
>> Check it out at <a href="http://mysecurelogon.com/password-manager" target="_blank">http://mysecurelogon.com/password-manager</a><br>
>><br>
>><br>
>> _______________________________________________<br>
>> openbox mailing list<br>
>> <a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
>> <a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/listinfo/openbox</a><br>
> _______________________________________________<br>
> openbox mailing list<br>
> <a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
> <a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/listinfo/openbox</a><br>
<br>
____________________________________________________________<br>
FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas on your desktop!<br>
Check it out at <a href="http://www.inbox.com/marineaquarium" target="_blank">http://www.inbox.com/marineaquarium</a><br>
<br>
<br>
_______________________________________________<br>
openbox mailing list<br>
<a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/listinfo/openbox</a><br>
</div></div></blockquote></div><br></div></div>