사용자 도구

사이트 도구


linux:xfce:shortcuts

문서의 이전 판입니다!


XFCE 단축키 Shortcut

  • XFCE 단축키
  • 아래 목록은 원래 기본 단축키가 아니라 내가 따로 지정한 것임.
  • 워낙 사용중인 IDE 등과 충돌하는게 많아서 대부분을 Super(Win)키 위주로 변경한다.
  • ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml 설정 파일을 복사해두고 달라진 부분만 수정해도 된다. 파일 복사 후에는 X 윈도우를 한 번은 재시작해줘야 반영됐다.
  • Super → Win
  • Primary → Ctrl

창 관리자 단축키

  • 창관리자 설정에서 단축키를 지정한다.
기능
창 조작 메뉴 <Alt>Space
위로 Up
아래로 Down
좌측 Left
우측 Right
취소 Escape
창 순환 <Alt>Tab
창 순환(역순) <Alt><Shift>Tab
동일 프로그램 창 전환 <Super>Tab
창 닫기 <Alt>F4
창을 가로로 최대화 <Alt><Super>F5
창을 세로로 최대화 <Alt><Super>F6
창 최대화 <Super>m
창 숨기기 <Alt><Super>F8
모든 작업공간에서 보기 <Alt><Super>F9
창을 앞으로 올리기 <Alt><Super>Page_Up
창을 뒤로 내리기 <Alt><Super>Page_Down
전체화면 전환 <Super>F11
창을 이전 작업공간으로 이동 (작업공간이 2개일 경우에는 1번 작업공간으로 창 이동) <Super><Ctrl><Alt>Left / <Super><Ctrl><Alt>Up
창을 다음 작업공간으로 이동 (작업공간이 2개일 경우에는 2번 작업공간으로 창 이동) <Super><Ctrl><Alt>Right / <Super><Ctrl><Alt>Down
창을 상단에 배치(Tiling,바둑판) <Super>Up
창을 하단에 배치(Tiling,바둑판) <Super>Down
창을 왼편에 배치(Tiling,바둑판) <Super>Left
창을 오른편에 배치(Tiling,바둑판) <Super>Right
좌측 상단 배치 <Super>Home
우측 상단 배치 <Super>Page_Up
좌측 하단 배치 <Super>End
우측 하단 배치 <Super>Page_Down
데스크톱 보기 <Super>d
이전 작업공간 (작업공간이 2개일 경우에는 1번 작업공간) <Alt><Super>Left
다음 작업공간 (작업공간이 2개일 경우에는 2번 작업공간) <Alt><Super>Right
각 작업공간 <Alt><Super>Fx

키보드 프로그램 단축키

  • 키보드 설정에서 단축키를 지정한다.
기능
exo-open --launch FileManager <Super>e
exo-open --launch MailReader 메일
exo-open --launch TerminalEmulator <Super>t
exo-open --launch WebBrowser <Super>w
xfdashboard 혹은 xfce4-appfinder <Super>space
xfce4-popup-whiskermenu <Super>Escape
xfce4-display-settings --minimal <Super>P
xfce4-screenshooter (일반) 혹은 Shutter Print
xfce4-screenshooter -r (영역지정) <Super>Print
<Alt>Print로 하고 싶었으나 지정 불가 - 버그인듯
xfce4-screenshooter -w (창) <Shift>Print
xfce4-screensaver-command –lock (xflock4는 스크린세이버가 지정안됐을때) <Ctrl><Alt>Delete 혹은 <Super>l
xfce4-appfinder -c <Super>F2
xfce4-popup-applicationsmenu <Super>F1
xfce4-session-logout <Super>F4, <Ctrl><Alt>End
xfce4-taskmanager <Ctrl><Shift>ESC
gvim <Super>V
xfce4-popup-clipman <Super>H
amixer -q -D pulse sset Master toggle <Super><Ctrl><Alt>Delete (오디오 Mute/Unmute)
amixer -q sset Master 5%+ <Super><Ctrl><Alt>Up (오디오 Volume Up)
amixer -q sset Master 5%- <Super><Ctrl><Alt>Down (오디오 Volume Down)

기타 독립 애플리케이션

guake 혹은 tilda 혹은 xfce4-terminal --hide-menubar --hide-borders --drop-down <Super>`
Clipman을 안 사용한다면 clipit 혹은 CopyQ history <Super>H

창을 다른 모니터로 이동

  • 상하좌우 모니터로 창 옮기기 : <Super><Shift>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에서 단축키를 수정해도 먹지 않는 경우 아래 파일을 직접 편집한다. 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:
    
    <property name="Super_L" type="string" value="xfce4-popup-whiskermenu"/>
    
    Then logout and login.
linux/xfce/shortcuts.1574657843.txt.gz · 마지막으로 수정됨: 2019/11/25 13:57 저자 kwon37xi