Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samwhelp committed Jun 5, 2024
1 parent a59c5ee commit 44f6e42
Show file tree
Hide file tree
Showing 18 changed files with 924 additions and 0 deletions.
23 changes: 23 additions & 0 deletions read/config.md
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/)
86 changes: 86 additions & 0 deletions read/config/keybind.md
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) |
50 changes: 50 additions & 0 deletions read/config/keybind/application-launch-favorite.md
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="&lt;Shift&gt;&lt;Alt&gt;f" type="string" value="pcmanfm-qt"/>
<property name="&lt;Shift&gt;&lt;Alt&gt;g" type="string" value="thunar"/>
<property name="&lt;Shift&gt;&lt;Alt&gt;e" type="string" value="mousepad"/>
<property name="&lt;Shift&gt;&lt;Alt&gt;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="&lt;Shift&gt;&lt;Alt&gt;s" type="string" value="xfce4-settings-manager"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;s" type="string" value="xfce4-settings-editor"/>
<property name="&lt;Shift&gt;&lt;Super&gt;s" type="string" value="xfwm4-settings"/>
<property name="&lt;Primary&gt;&lt;Super&gt;s" type="string" value="xfce4-appearance-settings"/>
<property name="&lt;Primary&gt;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` |
29 changes: 29 additions & 0 deletions read/config/keybind/application-launch-rofi.md
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="&lt;Shift&gt;&lt;Alt&gt;r" type="string" value="rofi -show run"/>
<property name="&lt;Shift&gt;&lt;Alt&gt;w" type="string" value="rofi -show window -show-icons"/>
<property name="&lt;Shift&gt;&lt;Alt&gt;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` |
34 changes: 34 additions & 0 deletions read/config/keybind/application-launch-terminal.md
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="&lt;Alt&gt;Return" type="string" value="sakura -m"/>
<property name="&lt;Shift&gt;&lt;Alt&gt;a" type="string" value="sakura -m"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;a" type="string" value="xfce4-terminal --maximize"/>
<property name="&lt;Shift&gt;&lt;Alt&gt;y" type="string" value="xfce4-terminal --drop-down"/>
<property name="&lt;Shift&gt;&lt;Alt&gt;t" type="string" value="xterm"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;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` |
18 changes: 18 additions & 0 deletions read/config/keybind/screenshot.md
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` |
61 changes: 61 additions & 0 deletions read/config/keybind/system-control.md
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="&lt;Super&gt;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="&lt;Primary&gt;&lt;Alt&gt;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="&lt;Shift&gt;&lt;Alt&gt;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="&lt;Shift&gt;&lt;Alt&gt;z" type="string" value="xflock4"/>
```

| 按鍵組合 | 功能 | 執行指令 |
| ----------------- | ------------ | -------------------- |
| `Alt + Shift + z` | 休眠 | `xflock4` |
Loading

0 comments on commit 44f6e42

Please sign in to comment.