"LXDE"의 두 판 사이의 차이

wwiki
이동: 둘러보기, 검색
(단축키)
(단축키)
9번째 줄: 9번째 줄:
 
==단축키==
 
==단축키==
 
사용자별 ~/.config/openbox/lxde-pi-rc.xml (파일이 없는 경우 obconf를 실행 후 종료)
 
사용자별 ~/.config/openbox/lxde-pi-rc.xml (파일이 없는 경우 obconf를 실행 후 종료)
 +
 +
System-Wide : /etc/xdg/openbox/lxde-pi-rc.xml
  
 
<syntaxhighlight lang="xml">
 
<syntaxhighlight lang="xml">

2019년 5월 2일 (목) 07:04 판

Lightweight X11 Desktop Environment

기본앱

파일관리자: pcmanfm

자동시작

~/.config/lxsession/LXDE-pi/autostart

단축키

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

System-Wide : /etc/xdg/openbox/lxde-pi-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