[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openbox
Subject:    [openbox] anything equivalent to alt+arrow keys?
From:       mangosoft () comhem ! se (Mikael Magnusson)
Date:       2003-10-26 17:31:47
Message-ID: Pine.LNX.4.58.0310261830310.4525 () localhost
[Download RAW message or body]

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic