[openbox] anything equivalent to alt+arrow keys?
    Mikael Magnusson 
    mangosoft at comhem.se
       
    Sun Oct 26 12:31:47 EST 2003
    
    
  
On Sun, 26 Oct 2003, Lee Aylward wrote:
> Hello,
> 
> In ob2 I often used alt+up(down/left/right) to move around windows. I am
> curious if there is anything similar in ob3, or if perhaps I  have some
> settings wrong. Thanks for any help with this, and keep up the great
> work.
> 
> Lee Aylward
> 
  <keybind key="A-Left">
    <action name="movetoedgewest"/>
  </keybind>
  <keybind key="A-Right">
    <action name="movetoedgeeast"/>
  </keybind>
  <keybind key="A-Up">
    <action name="movetoedgenorth"/>
  </keybind>
  <keybind key="A-Down">
    <action name="movetoedgesouth"/>
  </keybind>
or
  <keybind key="A-Up">
    <action name="MoveRelativeVert"><delta>-20</delta></action>
  </keybind>
  <keybind key="A-Down">
    <action name="MoveRelativeVert"><delta>20</delta></action>
  </keybind>
  <keybind key="A-Left">
    <action name="MoveRelativeHorz"><delta>-20</delta></action>
  </keybind>
  <keybind key="A-Right">
    <action name="MoveRelativeHorz"><delta>20</delta></action>
  </keybind>
--
Mikael Magnusson
    
    
More information about the openbox
mailing list