[openbox] 3.4.7 pre-release 1

Dana Jansens danakj at orodu.net
Fri Feb 29 09:54:12 EST 2008


On 2/29/08, Roman Pořízka <porizka at gmail.com> wrote:
> Hi,
>  I'm trying openbox 3.4.7-pre1 and it breaks chroot after 1
>  keystroke... I've got in rc.xml
>
>     <keybind key="C-A-v" chroot="true">
>       <keybind key="Escape">
>         <action name="BreakChroot"/>
>       </keybind>
>       <keybind key="Up">
>         <action name="Execute">
>           <execute>aumix -w +5</execute>
>         </action>
>       </keybind>
>       <keybind key="Down">
>         <action name="Execute">
>           <execute>aumix -w -5</execute>
>         </action>
>       </keybind>
>       <keybind key="Right">
>         <action name="Execute">
>           <execute>aumix -v +5</execute>
>         </action>
>       </keybind>
>       <keybind key="Left">
>         <action name="Execute">
>           <execute>aumix -v -5</execute>
>         </action>
>       </keybind>
>  </keybind>
>
>  and after I press Left arrow the chroot is finished...

Hm...

I have this in mine:

    <keybind key="W-A-m" chroot="true">
        <keybind key="Up">
          <action name="MaximizeVert"/>
        </keybind>
        <keybind key="Down">
          <action name="UnmaximizeVert"/>
        </keybind>
        <keybind key="Right">
          <action name="MaximizeHorz"/>
        </keybind>
        <keybind key="Left">
          <action name="UnmaximizeHorz"/>
        </keybind>
      <keybind key="Escape">
        <action name="BreakChroot"/>
      </keybind>
    </keybind>

And I can press up and down as many times as I want and it doesn't
exit the chroot.  Can you post your entire config?  Maybe you have 2
bindings that resolve to the same thing or something.


dana


More information about the openbox mailing list