Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samwhelp committed Feb 11, 2024
1 parent be0a339 commit e1aa186
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 0 deletions.
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: 設定
---


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


# 滑鼠按鍵綁定


## 主題

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




## 設定檔路徑

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


## 視窗內容區塊

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


## 視窗標題區塊

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


## 視窗邊界區塊

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


## 桌面

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



## 相關連結

| 相關連結 |
| ------- |
| System Modeling / [滑鼠按鍵組合](https://samwhelp.github.io/system-modeling/read/zh_tw/spec-mousebind-common) |

0 comments on commit e1aa186

Please sign in to comment.