<Alt>F1:xfce4-popup-applicationsmenu 打開右鍵菜單
<Alt>F2:xfrun4 打開應用程序運行窗口,同<Alt>F3差不多
<Alt>F3:xfce4-appfinder 打開應用程序查找器
<Alt>Print:xfce4-screenshooter -w 窗口截圖
<Primary><Alt>Delete:xflock4 鎖屏
<Primary><Alt>Escape:xkill
<Primary><Alt>t:exo-open --launch TerminalEmulator 打開模擬終端
<Primary>Escape:xfce4-popup-whiskermenu 打開啟動器菜單,類似windows的開始
Print:xfce4-screenshooter -f 屏幕截圖
<Super>1:gmusicbrowser 打開音樂播放器
<Super>2:pidgin 打開pidgin即時通訊軟件
<Super>4:gnumeric 打開gnumeric,xfce自帶的表格軟件
<Super>e:mousepad 打開文本編輯器
<Super>f:exo-open --launch FileManager 打開文件管理器
<Super>m:exo-open --launch MailReader 打開郵件客戶端
<Super>p:xfce4-display-settings --minimal 打開顯示/分辨率設置
<Super>r:xfce4-appfinder 打開應用程序運行彈窗
<Super>t:exo-open --launch TerminalEmulator 打開模擬終端
<Super>w:exo-open --launch WebBrowser 打開默認瀏覽器
defalut
<Alt>F1:xfce4-popup-applicationsmenu 打開右鍵菜單
<Alt>F2:xfrun4 打開應用程序運行窗口,同<Alt>F3差不多
<Alt>F3:xfce4-appfinder 打開應用程序查找器
<Alt>Print:xfce4-screenshooter -w 窗口截圖
<Primary><Alt>Delete:xflock4 鎖屏
<Primary><Alt>Escape:xkill
<Primary><Alt>t:exo-open --launch TerminalEmulator 打開模擬終端
<Primary>Escape:xfce4-popup-whiskermenu 打開啟動器菜單,類似windows的開始
Print:xfce4-screenshooter -f 屏幕截圖
<Super>1:gmusicbrowser 打開音樂播放器
<Super>2:pidgin 打開pidgin即時通訊軟件
<Super>4:gnumeric 打開gnumeric,xfce自帶的表格軟件
<Super>e:mousepad 打開文本編輯器
<Super>f:exo-open --launch FileManager 打開文件管理器
<Super>m:exo-open --launch MailReader 打開郵件客戶端
<Super>p:xfce4-display-settings --minimal 打開顯示/分辨率設置
<Super>r:xfce4-appfinder 打開應用程序查找器
<Super>t:exo-open --launch TerminalEmulator 打開模擬終端
<Super>w:exo-open --launch WebBrowser 打開默認瀏覽器
升高音量:
amixer set Master 5%+
降低音量:
amixer set Master 5%-
靜音:
amixer set Master toggle
你如果使用的是標准的XF86Audio 快捷鍵,在在終端輸入以下內容:
xfconf-query -c xfce4-keyboard-shortcuts -p /commands/custom/XF86AudioRaiseVolume -n -t string -s "amixer set Master 5%+"
xfconf-query -c xfce4-keyboard-shortcuts -p /commands/custom/XF86AudioLowerVolume -n -t string -s "amixer set Master 5%-"
xfconf-query -c xfce4-keyboard-shortcuts -p /commands/custom/XF86AudioMute -n -t string -s "amixer set Master toggle"
若 amixer set Master toggle 不工作,嘗試使用調節PCM直接調節音量(amixer set PCM toggle)
聲音
alsamixer 取消靜音,改為0
pacman -S pulseaudio
對於圖形化配置/音量控制,請安裝pavucontrol或pavucontrol-qt軟件包。
對於圖形常規守護程序配置,請安裝paprefs軟件包。
對於控制台(CLI)混音器,請安裝ponymix或pamixer軟件包。