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 40e8112 commit c298de1
Show file tree
Hide file tree
Showing 5 changed files with 154 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,22 @@

## 主題

* [按鍵綁定](#按鍵綁定)
* [輔助工具](#輔助工具)
* [Profiles](#profiles)
* [相關筆記](#相關筆記)
* [按鍵操作快速上手指南](https://samwhelp.github.io/system-modeling/read/zh_tw/quick-start)



## 按鍵綁定

| 按鍵綁定 |
| --- |
| [鍵盤](https://samwhelp.github.io/note-about-compiz/read/config/keybind.html) |
| [滑鼠](https://samwhelp.github.io/note-about-compiz/read/config/mousebind.html) |


## 輔助工具

* [compiz-profile-switch](https://github.com/samwhelp/note-about-compiz/tree/gh-pages/_demo/sample/config-start/compiz-1/compizconfig/profile-switch)
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-compiz/read/config/keybind.html) |
| [滑鼠](https://samwhelp.github.io/note-about-compiz/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: 設定
---


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


# 滑鼠按鍵綁定


## 主題

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




## 設定檔路徑

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


## 視窗內容區塊

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


## 視窗標題區塊

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


## 視窗邊界區塊

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


## 桌面

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



## 相關連結

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


# 連結


## Compiz

* [compiz-fusion](https://www.compiz-fusion.org/)


## 0.9 series

* launchpad / [compiz](https://launchpad.net/compiz)


## 0.8 series

* gitlab / [compiz](https://gitlab.com/compiz/compiz-core)




## Arch Wiki

* [Compiz](https://wiki.archlinux.org/title/Compiz)




## 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 c298de1

Please sign in to comment.