====== XFCE 단축키 Shortcut ====== * [[linux:xfce|XFCE]] 단축키 * 아래 목록은 원래 기본 단축키가 아니라 내가 따로 지정한 것임. * 워낙 사용중인 IDE 등과 충돌하는게 많아서 대부분을 Super(Win)키 위주로 변경한다. * {{ :linux:xfce:xfce4-keyboard-shortcuts.xml.gz |~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml}} 설정 파일을 복사해두고 달라진 부분만 수정해도 된다. 파일 복사 후에는 X 윈도우를 한 번은 재시작해줘야 반영됐다. * Super -> Win * Primary -> Ctrl ===== 창 관리자 단축키 ===== * **창관리자** 설정에서 단축키를 지정한다. ^ 기능 ^ 키 ^ | 창 조작 메뉴 | Space | | 위로 | Up | | 아래로 | Down | | 좌측 | Left | | 우측 | Right | | 취소 | Escape | | 창 순환 | Tab | | 창 순환(역순) | Tab | | 동일 프로그램 창 전환 | Tab | | 창 닫기 | F4 | | 창을 가로로 최대화 | F5 | | 창을 세로로 최대화 | F6 | | 창 최대화 | m | | 창 숨기기 | F8 | | 모든 작업공간에서 보기 | F9 | | 창을 앞으로 올리기 | Page_Up | | 창을 뒤로 내리기 | Page_Down | | 전체화면 전환 | F11 | | 창을 이전 작업공간으로 이동 (작업공간이 2개일 경우에는 1번 작업공간으로 창 이동) | Left / Up | | 창을 다음 작업공간으로 이동 (작업공간이 2개일 경우에는 2번 작업공간으로 창 이동) | Right / Down | | 창을 상단에 배치(Tiling,바둑판) | Up | | 창을 하단에 배치(Tiling,바둑판) | Down | | 창을 왼편에 배치(Tiling,바둑판) | Left | | 창을 오른편에 배치(Tiling,바둑판) | Right | | 좌측 상단 배치 | Home| | 우측 상단 배치 | Page_Up| | 좌측 하단 배치 | End| | 우측 하단 배치 | Page_Down| | 데스크톱 보기 | d | | 이전 작업공간 (작업공간이 2개일 경우에는 1번 작업공간) | Left | | 다음 작업공간 (작업공간이 2개일 경우에는 2번 작업공간) | Right | | 각 작업공간 | Fx | ===== 키보드 프로그램 단축키 ===== * 키보드 설정에서 단축키를 지정한다. ^ 기능 ^ 키 ^ | exo-open --launch FileManager | e | | exo-open --launch MailReader | 메일 | | exo-open --launch TerminalEmulator | t | | exo-open --launch WebBrowser | w | | xfdashboard 혹은 xfce4-appfinder | space | | xfce4-popup-whiskermenu | Escape | | xfce4-display-settings %%--minimal%% | P | | xfce4-screenshooter (일반) 혹은 [[linux:shutter|Shutter]] | Print | | xfce4-screenshooter -r (영역지정) | Print \\ Print로 하고 싶었으나 지정 불가 - 버그인듯| | xfce4-screenshooter -w (창) | Print | | xfce4-screensaver-command --lock / xdg-screensaver activate (xflock4는 스크린세이버가 지정안됐을때) | Delete 혹은 l | | xfce4-appfinder -c | F2 | | xfce4-popup-applicationsmenu | F1 | | xfce4-session-logout | F4, End | | xfce4-taskmanager | ESC | | gvim | V | | xfce4-popup-clipman | H | | ''amixer -q -D pulse sset Master toggle'' | Delete (오디오 Mute/Unmute) | | ''amixer -q sset Master 5%+''| Up (오디오 Volume Up) | | ''amixer -q sset Master 5%-''| Down (오디오 Volume Down) | ===== 기타 독립 애플리케이션 ===== * [[linux:xfce:xfce4-terminal|XFCE4-Terminal]] | guake 혹은 tilda 혹은 ''%%xfce4-terminal --hide-menubar --hide-borders --drop-down%%'' | ` | | Clipman을 안 사용한다면 ''clipit'' 혹은 [[:copyq|CopyQ]] history | H | ===== 창을 다른 모니터로 이동 ===== * 상하좌우 모니터로 창 옮기기 : ''Up/Down/Left/Right'' * https://github.com/calandoa/movescreen 에서 ''movescreen.py'' 를 원하는 위치에 복사하고 * ''/path/to/movescreen.py left'', ''/path/to/movescreen.py right'', ''up'', ''down''을 단축키로 등록해준다. * ''xwininfo, wmctrl, xdotool, xrandr'' 패키지를 설채해 두어야 한다. sudo pacman -Syu xorg-xwininfo wmctrl xdotool ===== Mint XFCE 주의점 ===== * Linux Mint XFCE에서 단축키를 수정해도 먹지 않는 경우 아래 파일을 직접 편집한다. [[http://unix.stackexchange.com/questions/115609/whisker-menu-remove-keyboard-shortcut|xfce - Whisker menu remove keyboard shortcut]] # /usr/share/mint-configuration-xfce/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml 편집 comment out or delete this tag: Then logout and login.