주 메뉴 열기

wwiki β

Openbox

Jhkim (토론 | 기여)님의 2021년 10월 28일 (목) 07:57 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

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>

외부 링크편집