Openbox

wwiki
이동: 둘러보기, 검색

Openbox is a highly configurable, next generation window manager with extensive standards support.

단축키[편집 | 원본 편집]

Debian 기준

Raspbian: lxde-pi-rc.xml

사용자별 ~/.config/openbox/lxde-rc.xml (파일이 없는 경우 obconf를 실행 후 설정변경 후 종료)

System-Wide : /etc/xdg/openbox/lxde-rc.xml

    <keybind key="W-e">
      <action name="Execute">
        <startupnotify>
          <enabled>true</enabled>
          <name>PCManFM</name>
        </startupnotify>
        <command>pcmanfm</command>
      </action>
    </keybind>

멀티미디어 키보드에서 기능키의 키코드는 다음 명령을 알아볼 수 있다.

$ xev | egrep -o "keycode.*\)"

참조사이트: https://wiki.lxde.org/en/LXDE:Questions#My_keyboard_does_not_send_standardized_keyboard_events

예시[편집 | 원본 편집]

KEY_PROG1키를 kodi단축키로 지정하는 예시

XF86Launch1로 정의되어 있다.

    <keybind key="XF86Launch1">
      <action name="Execute">
        <command>kodi</command>
      </action>
    </keybind>

외부 링크[편집 | 원본 편집]

https://wiki.debian.org/Openbox#From_a_graphical_login_manager