-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
924 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: 設定 | ||
nav_order: 2000 | ||
has_children: true | ||
--- | ||
|
||
# 設定 | ||
|
||
|
||
## 按鍵綁定 | ||
|
||
| 按鍵綁定 | | ||
| -------- | | ||
| [鍵盤按鍵綁定](https://samwhelp.github.io/note-about-fedora-xfce/read/config/keybind.html) | | ||
| [滑鼠按鍵綁定](https://samwhelp.github.io/note-about-fedora-xfce/read/config/mousebind.html) | | ||
|
||
|
||
|
||
|
||
## 設定檔官方文件說明 | ||
|
||
* Xfce / [Docs](https://docs.xfce.org/) | ||
* Xfce / [Wiki](https://wiki.xfce.org/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
--- | ||
title: 按鍵綁定 | ||
nav_order: 2020 | ||
has_children: true | ||
parent: 設定 | ||
--- | ||
|
||
|
||
# 按鍵綁定 | ||
|
||
|
||
## 主題 | ||
|
||
* [設定檔](#設定檔) | ||
* [系統操作](#系統操作) | ||
* [開啟應用程式](#開啟應用程式) | ||
* [視窗操作](#視窗操作) | ||
* [工作空間](#工作空間) | ||
* [桌面圖片](#桌面圖片) | ||
* [螢幕截圖](#螢幕截圖) | ||
* [音量控制](#音量控制) | ||
|
||
|
||
## 設定檔 | ||
|
||
這篇「按鍵綁定」的根據,是採用「我慣用的設定」, | ||
|
||
請參考「我的設定檔: [~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml](https://github.com/samwhelp/fedora-xfce-adjustment/tree/main/prototype/main/xfce-config/Main/asset/overlay/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml)」。 | ||
|
||
|
||
> [桌面環境按鍵操作快速上手指南](https://samwhelp.github.io/system-modeling/read/zh_tw/quick-start) | ||
|
||
## 系統操作 | ||
|
||
| 主題 | | ||
| --- | | ||
| [系統操作](keybind/system-control) | | ||
| [系統選單](keybind/system-menu) | | ||
|
||
|
||
## 開啟應用程式 | ||
|
||
| 主題 | | ||
| --- | | ||
| [開啟 Terminal](keybind/application-launch-terminal) | | ||
| [開啟 Rofi](keybind/application-launch-rofi) | | ||
| [開啟常用的應用程式](keybind/application-launch-favorite) | | ||
|
||
|
||
## 視窗操作 | ||
|
||
| 主題 | | ||
| --- | | ||
| [視窗基本操作](keybind/window-control) | | ||
| [視窗聚焦切換](keybind/window-focus) | | ||
| [視窗平鋪移動操作](keybind/window-tiling-move) | | ||
|
||
|
||
## 工作空間 | ||
|
||
| 主題 | | ||
| --- | | ||
| [工作空間切換](keybind/workspace-switch) | | ||
| [視窗移到指定工作空間](keybind/window-move-to-workspace) | | ||
|
||
|
||
## 桌面圖片 | ||
|
||
| 主題 | | ||
| --- | | ||
| [桌面圖片](keybind/wallpaper-control) | | ||
|
||
|
||
## 螢幕截圖 | ||
|
||
| 主題 | | ||
| --- | | ||
| [螢幕截圖](keybind/screenshot) | | ||
|
||
|
||
## 音量控制 | ||
|
||
| 主題 | | ||
| --- | | ||
| [音量控制](keybind/volume-control) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
title: 開啟應用程式 (常用的) | ||
nav_order: 2013 | ||
has_children: false | ||
parent: 按鍵綁定 | ||
grand_parent: 設定 | ||
--- | ||
|
||
|
||
# 開啟應用程式 (常用的) | ||
|
||
|
||
## 常用的應用程式 | ||
|
||
* [設定片段](https://github.com/samwhelp/fedora-xfce-adjustment/tree/main/prototype/main/xfce-config/Main/asset/overlay/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml#L75-L78) | ||
|
||
``` xml | ||
<property name="<Shift><Alt>f" type="string" value="pcmanfm-qt"/> | ||
<property name="<Shift><Alt>g" type="string" value="thunar"/> | ||
<property name="<Shift><Alt>e" type="string" value="mousepad"/> | ||
<property name="<Shift><Alt>b" type="string" value="firefox"/> | ||
``` | ||
|
||
| 按鍵組合 | 功能 | 執行指令 | | ||
| ----------------- | -------------- | ------------ | | ||
| `Alt + Shift + f` | 開啟檔案管理器 | `pcmanfm-qt` | | ||
| `Alt + Shift + g` | 開啟檔案管理器 | `thunar` | | ||
| `Alt + Shift + e` | 開啟文字編輯器 | `mousepad` | | ||
| `Alt + Shift + b` | 開啟網頁瀏覽器 | `firefox` | | ||
|
||
|
||
|
||
## 常用的系統設定程式 | ||
|
||
* [設定片段](https://github.com/samwhelp/fedora-xfce-adjustment/tree/main/prototype/main/xfce-config/Main/asset/overlay/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml#L55-L59) | ||
|
||
``` xml | ||
<property name="<Shift><Alt>s" type="string" value="xfce4-settings-manager"/> | ||
<property name="<Primary><Alt>s" type="string" value="xfce4-settings-editor"/> | ||
<property name="<Shift><Super>s" type="string" value="xfwm4-settings"/> | ||
<property name="<Primary><Super>s" type="string" value="xfce4-appearance-settings"/> | ||
<property name="<Primary>Escape" type="string" value="xfce4-taskmanager"/> | ||
``` | ||
|
||
| 按鍵組合 | 功能 | 執行指令 | | ||
| ----------------- | -------------- | ------------ | | ||
| `Alt + Shift + s` | 開啟系統設定程式 | `xfce4-settings-manager` | | ||
| `Alt + Ctrl + s` | 開啟系統設定程式 | `xfce4-settings-editor` | | ||
| `Win + Shift + s` | 開啟系統設定程式 | `xfwm4-settings` | | ||
| `Win + Ctrl + s` | 開啟系統設定程式 | `xfce4-appearance-settings` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: 開啟應用程式 (Rofi) | ||
nav_order: 2011 | ||
has_children: false | ||
parent: 按鍵綁定 | ||
grand_parent: 設定 | ||
--- | ||
|
||
|
||
# 開啟應用程式 (Rofi) | ||
|
||
|
||
## Rofi | ||
|
||
* [設定片段](https://github.com/samwhelp/fedora-xfce-adjustment/tree/main/prototype/main/xfce-config/Main/asset/overlay/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml#L66-L68) | ||
|
||
|
||
```xml | ||
<property name="<Shift><Alt>r" type="string" value="rofi -show run"/> | ||
<property name="<Shift><Alt>w" type="string" value="rofi -show window -show-icons"/> | ||
<property name="<Shift><Alt>d" type="string" value="rofi -show drun -show-icons"/> | ||
``` | ||
|
||
|
||
| 按鍵組合 | 功能 | 執行指令 | | ||
| ----------------- | ------------------------------ | ------------------------------- | | ||
| `Alt + Shift + d` | 開啟 Rofi (可用應用程式列表) | `rofi -show drun -show-icons` | | ||
| `Alt + Shift + w` | 開啟 Rofi (已經開啟的視窗列表) | `rofi -show window -show-icons` | | ||
| `Alt + Shift + r` | 開啟 Rofi (可用指令列表) | `rofi -show run` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: 開啟應用程式 (Terminal) | ||
nav_order: 2010 | ||
has_children: false | ||
parent: 按鍵綁定 | ||
grand_parent: 設定 | ||
--- | ||
|
||
|
||
# 開啟應用程式 (Terminal) | ||
|
||
|
||
## Terminal | ||
|
||
* [設定片段](https://github.com/samwhelp/fedora-xfce-adjustment/tree/main/prototype/main/xfce-config/Main/asset/overlay/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml#L69-L74) | ||
|
||
``` xml | ||
<property name="<Alt>Return" type="string" value="sakura -m"/> | ||
<property name="<Shift><Alt>a" type="string" value="sakura -m"/> | ||
<property name="<Primary><Alt>a" type="string" value="xfce4-terminal --maximize"/> | ||
<property name="<Shift><Alt>y" type="string" value="xfce4-terminal --drop-down"/> | ||
<property name="<Shift><Alt>t" type="string" value="xterm"/> | ||
<property name="<Primary><Alt>t" type="string" value="urxvt"/> | ||
``` | ||
|
||
|
||
| 按鍵組合 | 功能 | 執行指令 | | ||
| ----------------- | ------------- | ---------------- | | ||
| `Alt + Enter` | 開啟 Terminal | `sakura -m` | | ||
| `Alt + Shift + a` | 開啟 Terminal | `sakura -m` | | ||
| `Alt + Ctrl + a` | 開啟 Terminal | `xfce4-terminal --maximize` | | ||
| `Alt + Shift + y` | 開啟 Terminal | `xfce4-terminal --drop-down` | | ||
| `Alt + Shift + t` | 開啟 Terminal | `xterm` | | ||
| `Alt + Ctrl + t` | 開啟 Terminal | `urxvt` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: 螢幕截圖 | ||
nav_order: 2051 | ||
has_children: false | ||
parent: 按鍵綁定 | ||
grand_parent: 設定 | ||
--- | ||
|
||
|
||
# 螢幕截圖 | ||
|
||
* [設定片段](https://github.com/samwhelp/fedora-xfce-adjustment/tree/main/prototype/main/xfce-config/Main/asset/overlay/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml#L83) | ||
|
||
| 按鍵組合 | 功能 | 執行指令 | | ||
| ------------- | -------------------- | ---------- | | ||
| `Print` | 螢幕截圖 | `xfce4-screenshooter -fd 1` | | ||
| `Shift + Print` | 目前聚焦的視窗截圖 | `xfce4-screenshooter -wd 1` | | ||
| `Ctrl + Shift + Print` | 選取螢幕畫面區塊截圖 | `xfce4-screenshooter -r` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
title: 系統操作 | ||
nav_order: 2001 | ||
has_children: false | ||
parent: 按鍵綁定 | ||
grand_parent: 設定 | ||
--- | ||
|
||
|
||
# 系統操作 | ||
|
||
|
||
## 切換「顯示桌面」 | ||
|
||
* [設定片段](https://github.com/samwhelp/fedora-xfce-adjustment/tree/main/prototype/main/xfce-config/Main/asset/overlay/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml#L215) | ||
|
||
``` xml | ||
<property name="<Super>d" type="string" value="show_desktop_key"/> | ||
``` | ||
|
||
| 按鍵組合 | 功能 | 執行指令 | | ||
| ----------------- | ------------ | -------------------- | | ||
| `Win + d` | 顯示「桌面操作選單」 | `show_desktop_key` (xfwm4 內建) | | ||
|
||
> 也可以使用「滑鼠左鍵」,在「Panel」的「顯示桌面按鈕」,切換「顯示桌面」,可反覆按下做切換。 | ||
|
||
## 登出 | ||
|
||
* [設定片段](https://github.com/samwhelp/fedora-xfce-adjustment/tree/main/prototype/main/xfce-config/Main/asset/overlay/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml#L69) | ||
|
||
``` xml | ||
<property name="<Primary><Alt>Delete" type="string" value="xfce4-session-logout"/> | ||
``` | ||
|
||
| 按鍵組合 | 功能 | 執行指令 | | ||
| ----------------- | ------------ | -------------------- | | ||
| `Alt + Shift + x` | 顯示「離開操作對話框」 | `xfce4-session-logout` | | ||
|
||
* [設定片段](https://github.com/samwhelp/fedora-xfce-adjustment/tree/main/prototype/main/xfce-config/Main/asset/overlay/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml#L61) | ||
|
||
``` xml | ||
<property name="<Shift><Alt>x" type="string" value="xfce4-session-logout"/> | ||
``` | ||
|
||
| 按鍵組合 | 功能 | 執行指令 | | ||
| ----------------- | ------------ | -------------------- | | ||
| `Ctrl + Alt + Delete` | 顯示「離開操作對話框」 | `xfce4-session-logout` | | ||
|
||
|
||
## 休眠 | ||
|
||
* [設定片段](https://github.com/samwhelp/fedora-xfce-adjustment/tree/main/prototype/main/xfce-config/Main/asset/overlay/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml#L215) | ||
|
||
``` xml | ||
<property name="<Shift><Alt>z" type="string" value="xflock4"/> | ||
``` | ||
|
||
| 按鍵組合 | 功能 | 執行指令 | | ||
| ----------------- | ------------ | -------------------- | | ||
| `Alt + Shift + z` | 休眠 | `xflock4` | |
Oops, something went wrong.