You are not logged in.

#1 2011-07-22 19:45:10

Oxpoto
Member
Registered: 2011-07-20
Posts: 18

Openbox default hotkeys?

I'm not able to find a nice list of them, stuff like alt-drag to move.

I intent to get rid of the title-bars

Offline

#2 2011-07-22 19:50:50

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Openbox default hotkeys?

Can't you just read the rc.xml and define what you need yourself?

http://openbox.org/wiki/Help:Bindings


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2011-07-22 20:41:43

johan1391
Member
From: Dhahran, Saudi Arabia
Registered: 2010-08-03
Posts: 106

Re: Openbox default hotkeys?

For the lazy, take a look at this:

http://aur.archlinux.org/packages.php?ID=23822

In short it is a GUI called obkey to add your own custom key bindings.

Offline

#4 2011-07-22 21:20:14

Oxpoto
Member
Registered: 2011-07-20
Posts: 18

Re: Openbox default hotkeys?

Thanks guys but I don't want to add hotkeys, I know how to do it. I just want to know the default bindings,

Offline

#5 2011-07-22 21:22:59

johan1391
Member
From: Dhahran, Saudi Arabia
Registered: 2010-08-03
Posts: 106

Re: Openbox default hotkeys?

Well in that case just take a look in your ~/.config/openbox/rc.xml and find the keyboard section and have a look at the keybindings. I think these are the default keybindings:

  <keyboard>
    <chainQuitKey>C-g</chainQuitKey>
    <keybind key="C-A-Left">
      <action name="DesktopLeft">
        <wrap>no</wrap>
      </action>
    </keybind>
    <keybind key="A-C-F4">
      <action name="Execute">
        <command>scrot '%Y-%m-%d_$wx$h_scrot.jpg' -e 'mv $f ~/images/shots/'</command>
      </action>
    </keybind>
    <keybind key="W-Right">
      <action name="DesktopRight">
        <wrap>no</wrap>
      </action>
    </keybind>
    <keybind key="W-Up">
      <action name="DesktopUp">
        <wrap>no</wrap>
      </action>
    </keybind>
    <keybind key="W-Down">
      <action name="DesktopDown">
        <wrap>no</wrap>
      </action>
    </keybind>
    <keybind key="W-Left">
      <action name="SendToDesktopLeft">
        <wrap>no</wrap>
      </action>
    </keybind>
    <keybind key="S-A-Right">
      <action name="SendToDesktopRight">
        <wrap>no</wrap>
      </action>
    </keybind>
    <keybind key="S-A-Up">
      <action name="SendToDesktopUp">
        <wrap>no</wrap>
      </action>
    </keybind>
    <keybind key="S-A-Down">
      <action name="SendToDesktopDown">
        <wrap>no</wrap>
      </action>
    </keybind>
    <keybind key="W-F1">
      <action name="Desktop"/>
    </keybind>
    <keybind key="W-F2">
      <action name="Desktop">
        <desktop>2</desktop>
      </action>
    </keybind>
    <keybind key="W-F3">
      <action name="Desktop">
        <desktop>3</desktop>
      </action>
    </keybind>
    <keybind key="W-F4">
      <action name="Desktop">
        <desktop>4</desktop>
      </action>
    </keybind>
    <keybind key="W-d">
      <action name="ToggleShowDesktop"/>
    </keybind>
    <keybind key="A-F4">
      <action name="Close"/>
    </keybind>
    <keybind key="A-Escape">
      <action name="Lower"/>
      <action name="FocusToBottom"/>
      <action name="Unfocus"/>
    </keybind>
    <keybind key="A-space">
      <action name="ShowMenu">
        <menu>client-menu</menu>
      </action>
    </keybind>
    <keybind key="A-Tab">
      <action name="NextWindow"/>
    </keybind>
    <keybind key="A-S-Tab">
      <action name="PreviousWindow"/>
    </keybind>
    <keybind key="C-A-Tab">
      <action name="NextWindow">
        <panels>yes</panels>
        <desktop>yes</desktop>

Last edited by johan1391 (2011-07-22 21:25:00)

Offline

#6 2011-07-22 21:35:21

cybertorture
Member
Registered: 2010-05-05
Posts: 339

Re: Openbox default hotkeys?

@Oxpoto - you can always use xbindkeys if you like it more


O' rly ? Ya rly Oo

Offline

Board footer

Powered by FluxBB