-
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
7 changed files
with
589 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,30 @@ | ||
--- | ||
title: 設定 | ||
nav_order: 2000 | ||
has_children: true | ||
--- | ||
|
||
|
||
# 設定 | ||
|
||
* [微調腳本](#微調腳本) | ||
* [按鍵綁定](#按鍵綁定) | ||
|
||
|
||
|
||
|
||
## 微調腳本 | ||
|
||
| 微調腳本 | | ||
| -------- | | ||
| [Ultramarine River Config](https://github.com/samwhelp/ultramarine-river-adjustment/tree/main/prototype/main/river-config/Main) | | ||
|
||
|
||
|
||
|
||
## 按鍵綁定 | ||
|
||
| 按鍵綁定 | | ||
| --- | | ||
| [鍵盤按鍵綁定](https://samwhelp.github.io/note-about-ultramarine-river/read/config/keybind.html) | | ||
| [滑鼠按鍵綁定](https://samwhelp.github.io/note-about-ultramarine-river/read/config/mousebind.html) | |
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,52 @@ | ||
--- | ||
title: 按鍵綁定 | ||
nav_order: 2000 | ||
has_children: true | ||
parent: 設定 | ||
--- | ||
|
||
|
||
# 按鍵綁定 | ||
|
||
|
||
|
||
|
||
## 主題 | ||
|
||
* [設定檔](#設定檔) | ||
* [系統操作](#系統操作) | ||
* [開啟應用程式](#開啟應用程式) | ||
* [視窗操作](#視窗操作) | ||
|
||
|
||
|
||
|
||
## 設定檔 | ||
|
||
|
||
|
||
|
||
## 系統操作 | ||
|
||
| 主題 | | ||
| --- | | ||
| [系統選單](keybind/system-menu) | | ||
|
||
|
||
|
||
|
||
## 開啟應用程式 | ||
|
||
| 主題 | | ||
| --- | | ||
| [開啟 Terminal](keybind/application-launch-terminal) | | ||
| [開啟常用的應用程式](keybind/application-launch-favorite) | | ||
|
||
|
||
|
||
|
||
## 視窗操作 | ||
|
||
| 主題 | | ||
| --- | | ||
| [視窗基本操作](keybind/window-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,110 @@ | ||
--- | ||
title: 開啟應用程式 (常用的) | ||
nav_order: 5013 | ||
has_children: false | ||
parent: 按鍵綁定 | ||
grand_parent: 設定 | ||
--- | ||
|
||
|
||
# 開啟應用程式 (常用的) | ||
|
||
* [常用的應用程式](#常用的應用程式) | ||
* [常用的應用程式 (預設)](#常用的應用程式-預設) | ||
|
||
|
||
|
||
|
||
## 常用的應用程式 | ||
|
||
| 按鍵組合 | 功能 | 執行指令 | | ||
| ----------------- | -------------- | ------------------------------- | | ||
| `Alt + Shift + f` | 開啟檔案管理器 | `thunar` | | ||
| `Alt + Shift + g` | 開啟檔案管理器 | `pcmanfm-qt` | | ||
| `Alt + Shift + e` | 開啟文字編輯器 | `mousepad` | | ||
| `Alt + Shift + b` | 開啟網頁瀏覽器 | `firefox --new-tab about:blank` | | ||
| `Alt + Shift + s` | 開啟系統設定 | `cosmic-settings` | | ||
|
||
|
||
|
||
|
||
* 設定片段:[~/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom](https://github.com/samwhelp/popos-cosmic-adjustment/blob/main/prototype/main/cosmic-config/Main/asset/overlay/etc/skel/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom#L153-L192) | ||
|
||
``` | ||
( | ||
modifiers: [ | ||
Alt, | ||
Shift, | ||
], | ||
key: "f", | ||
description: Some("File_Manager_1"), | ||
): Spawn("thunar"), | ||
( | ||
modifiers: [ | ||
Alt, | ||
Shift, | ||
], | ||
key: "g", | ||
description: Some("File_Manager_2"), | ||
): Spawn("pcmanfm-qt"), | ||
( | ||
modifiers: [ | ||
Alt, | ||
Shift, | ||
], | ||
key: "e", | ||
description: Some("Text_Editor_1"), | ||
): Spawn("mousepad"), | ||
( | ||
modifiers: [ | ||
Alt, | ||
Shift, | ||
], | ||
key: "b", | ||
description: Some("Web_Browser_1"), | ||
): Spawn("firefox --new-tab about:blank"), | ||
( | ||
modifiers: [ | ||
Alt, | ||
Shift, | ||
], | ||
key: "s", | ||
description: Some("System_Settings_1"), | ||
): Spawn("cosmic-settings"), | ||
``` | ||
|
||
|
||
|
||
|
||
## 常用的應用程式 (預設) | ||
|
||
| 按鍵組合 | 功能 | 執行指令 | | ||
| ----------------- | -------------- | ------------------------------- | | ||
| `Super + f` | 開啟檔案管理器 | `xdg-open ~` | | ||
| `Super + b` | 開啟網頁瀏覽器 | `xdg-open http://` | | ||
|
||
|
||
* 設定片段:[/usr/share/cosmic/com.system76.CosmicSettings.Shortcuts/v1/system_actions](https://github.com/samwhelp/popos-cosmic-adjustment/blob/main/sample/default-schema/Main/asset/overlay/usr/share/cosmic/com.system76.CosmicSettings.Shortcuts/v1/system_actions#L9) | ||
|
||
``` | ||
HomeFolder: "xdg-open ~", | ||
``` | ||
|
||
|
||
|
||
|
||
* 設定片段:[/usr/share/cosmic/com.system76.CosmicSettings.Shortcuts/v1/system_actions](https://github.com/samwhelp/popos-cosmic-adjustment/blob/main/sample/default-schema/Main/asset/overlay/usr/share/cosmic/com.system76.CosmicSettings.Shortcuts/v1/system_actions#L37) | ||
|
||
``` | ||
WebBrowser: "xdg-open http://", | ||
``` | ||
|
||
|
||
|
||
|
||
* 設定片段:[/usr/share/cosmic/com.system76.CosmicSettings.Shortcuts/v1/defaults](https://github.com/samwhelp/popos-cosmic-adjustment/blob/main/sample/default-schema/Main/asset/overlay/usr/share/cosmic/com.system76.CosmicSettings.Shortcuts/v1/defaults#L72-L73) | ||
|
||
``` | ||
(modifiers: [Super], key: "b"): System(WebBrowser), | ||
(modifiers: [Super], key: "f"): System(HomeFolder), | ||
``` |
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,100 @@ | ||
--- | ||
title: 開啟應用程式 (Terminal) | ||
nav_order: 5010 | ||
has_children: false | ||
parent: 按鍵綁定 | ||
grand_parent: 設定 | ||
--- | ||
|
||
|
||
# 開啟應用程式 (Terminal) | ||
|
||
* [開啟 Terminal](#開啟-terminal) | ||
* [開啟 Terminal (預設)](#開啟-terminal-預設) | ||
|
||
|
||
|
||
|
||
## 開啟 Terminal | ||
|
||
|
||
| 按鍵組合 | 功能 | 執行指令 | | ||
| ----------------- | ------------- | --------------------------- | | ||
| `Alt + Enter` | 開啟 Terminal | `cosmic-term` | | ||
| `Alt + Shift + a` | 開啟 Terminal | `sakura` | | ||
| `Alt + Ctrl + a` | 開啟 Terminal | `xfce4-terminal` | | ||
| `Alt + Shift + t` | 開啟 Terminal | `qterminal` | | ||
| `Alt + Ctrl + t` | 開啟 Terminal | `lxterminal` | | ||
|
||
|
||
|
||
|
||
* 設定片段:[/usr/share/cosmic/com.system76.CosmicSettings.Shortcuts/v1/system_actions](https://github.com/samwhelp/popos-cosmic-adjustment/blob/main/sample/default-schema/Main/asset/overlay/usr/share/cosmic/com.system76.CosmicSettings.Shortcuts/v1/system_actions#L31) | ||
|
||
``` | ||
Terminal: "cosmic-term", | ||
``` | ||
|
||
|
||
|
||
|
||
* 設定片段:[~/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom](https://github.com/samwhelp/popos-cosmic-adjustment/blob/main/prototype/main/cosmic-config/Main/asset/overlay/etc/skel/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom#L115-L152) | ||
|
||
``` | ||
( | ||
modifiers: [ | ||
Alt, | ||
], | ||
key: "Return", | ||
): System(Terminal), | ||
( | ||
modifiers: [ | ||
Alt, | ||
Shift, | ||
], | ||
key: "a", | ||
description: Some("Terminal_1"), | ||
): Spawn("sakura"), | ||
( | ||
modifiers: [ | ||
Alt, | ||
Ctrl, | ||
], | ||
key: "a", | ||
description: Some("Terminal_2"), | ||
): Spawn("xfce4-termianl"), | ||
( | ||
modifiers: [ | ||
Alt, | ||
Shift, | ||
], | ||
key: "t", | ||
description: Some("Terminal_3"), | ||
): Spawn("qterminal"), | ||
( | ||
modifiers: [ | ||
Alt, | ||
Ctrl, | ||
], | ||
key: "t", | ||
description: Some("Terminal_4"), | ||
): Spawn("lxterminal"), | ||
``` | ||
|
||
|
||
|
||
|
||
## 開啟 Terminal (預設) | ||
|
||
| 按鍵組合 | 功能 | 執行指令 | | ||
| ----------------- | ------------- | --------------------------- | | ||
| `Super + t` | 開啟 Terminal | `cosmic-term` | | ||
|
||
|
||
|
||
|
||
* 設定片段:[/usr/share/cosmic/com.system76.CosmicSettings.Shortcuts/v1/defaults](https://github.com/samwhelp/popos-cosmic-adjustment/blob/main/sample/default-schema/Main/asset/overlay/usr/share/cosmic/com.system76.CosmicSettings.Shortcuts/v1/defaults#L74) | ||
|
||
``` | ||
(modifiers: [Super], key: "t"): System(Terminal), | ||
``` |
Oops, something went wrong.