Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samwhelp committed Feb 9, 2024
1 parent 8dc11b2 commit 628a67c
Show file tree
Hide file tree
Showing 5 changed files with 137 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

| Link | GitHub |
| ---- | ------ |
| [Mate Desktop Adjustment](https://samwhelp.github.io/mate-adjustment/) | [GitHub](https://github.com/samwhelp/mate-adjustment) |
| [Mate Desktop 探索筆記](https://samwhelp.github.io/note-about-mate/) | [GitHub](https://github.com/samwhelp/note-about-mate) |
| [MATE Desktop Adjustment](https://samwhelp.github.io/mate-adjustment/) | [GitHub](https://github.com/samwhelp/mate-adjustment) |
| [MATE Desktop 探索筆記](https://samwhelp.github.io/note-about-mate/) | [GitHub](https://github.com/samwhelp/note-about-mate) |



Expand Down
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-mate/read/config/keybind.html) |
| [滑鼠](https://samwhelp.github.io/note-about-mate/read/config/mousebind.html) |
9 changes: 9 additions & 0 deletions read/config/keybind.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: 按鍵綁定
nav_order: 2000
has_children: false
parent: 設定
---


# 按鍵綁定
77 changes: 77 additions & 0 deletions read/config/mousebind.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
---
title: 滑鼠按鍵綁定
nav_order: 3000
has_children: false
parent: 設定
---


# 滑鼠按鍵綁定


## 主題

* [設定檔路徑](#設定檔路徑)
* [視窗內容區塊](#視窗內容區塊)
* [視窗標題區塊](#視窗標題區塊)
* [視窗邊界區塊](#視窗邊界區塊)
* [桌面](#桌面)
* [相關連結](#相關連結)




## 設定檔路徑

| 設定檔路徑 |
| ----------- |
| |


## 視窗內容區塊

| 滑鼠按鍵組合 | 功能 |
| --------------------------- | ------------- |
| `Win + [滑鼠左鍵按住拖曳]` | 視窗移動 |
| `Win + [滑鼠右鍵按住拖曳]` | 視窗更改大小 |
| `Win + [滑鼠中鍵雙擊]` | 顯示視窗選單 |


## 視窗標題區塊

| 滑鼠按鍵組合 | 功能 |
| --------------------------- | ----------------- |
| `[滑鼠左鍵按住拖曳]` | 視窗移動 |
| `[滑鼠左鍵單擊]` | 視窗向上且聚焦 |
| `[滑鼠左鍵雙擊]]` | 視窗最大化 |
| `[滑鼠右鍵單擊]` | 顯示視窗選單 |
| `[滑鼠滾輪向上捲動]` | 隱藏視窗內容區塊 |
| `[滑鼠滾輪向下捲動]` | 顯示視窗內容區塊 |
| `[滑鼠中鍵雙擊]` | 視窗向下且失焦 |


## 視窗邊界區塊

| 滑鼠按鍵組合 | 功能 |
| --------------------------- | ----------------- |
| `[滑鼠左鍵按住拖曳]` | 視窗更改大 |
| `[滑鼠右鍵單擊]` | 顯示視窗選單 |


## 桌面

| 滑鼠按鍵組合 | 功能 |
| --------------------------- | --------------------- |
| `[滑鼠左鍵雙擊]` | 切換顯示桌面 |
| `[滑鼠右鍵單擊]` | 顯示主要功能選單 |
| `[滑鼠滾輪向上捲動]` | 切換到上一個工作空間 |
| `[滑鼠滾輪向下捲動]` | 切換到下一個工作空間 |
| `[滑鼠中鍵單擊]` | 顯示工作空間選單 |



## 相關連結

| 相關連結 |
| ------- |
| System Modeling / [滑鼠按鍵組合](https://samwhelp.github.io/system-modeling/read/zh_tw/spec-mousebind-common) |
26 changes: 26 additions & 0 deletions read/link.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: 連結
nav_order: 9000
has_children: false
---


# 連結


## Mate Desktop

| Link |
| ---- |
| [MATE Desktop](https://mate-desktop.org) ([MATE 桌面環境](https://mate-desktop.org/zh_tw/)) |
| GitHub / [mate-desktop](https://github.com/mate-desktop) |
| [Ubuntu MATE](https://ubuntu-mate.org/) |
| GitHub / [ubuntu-mate](https://github.com/ubuntu-mate) |




## Just the Docs

* [Just the Docs](https://pmarsceill.github.io/just-the-docs/) ([GitHub](https://github.com/pmarsceill/just-the-docs))
* [Demo](https://pmarsceill.github.io/jtd-remote/) ([GitHub](https://github.com/pmarsceill/jtd-remote))

0 comments on commit 628a67c

Please sign in to comment.