Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samwhelp committed Sep 1, 2024
1 parent c0544db commit 7e4b85e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions read/config/keybind/volume-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ grand_parent: 設定

## pamixer 版本

> 按鍵組合
| 按鍵組合 | 功能 | 執行指令 |
| ---------------------- | -------------- | ------------------------------------------- |
| `XF86_AudioMute (XF86AudioMute)` | 音量切換成靜音 | `pamixer --toggle-mute` |
Expand All @@ -38,6 +40,8 @@ bind = , XF86AudioRaiseVolume, exec, pamixer -i 10



> 按鍵組合
| 按鍵組合 | 功能 | 執行指令 |
| ----------------- | ---------------- | ------------------------------------------- |
| `Alt + Shift + v` | 開啟音量控制面板 | `mate-volume-control` |
Expand All @@ -52,6 +56,8 @@ bind = ALT SHIFT, v, exec, mate-volume-control



> 按鍵組合
| 按鍵組合 | 功能 | 執行指令 |
| ----------------- | ---------------- |
| `Alt + m` | 音量切換成靜音 | `amixer -q -D pulse sset Master toggle` |
Expand Down Expand Up @@ -90,6 +96,8 @@ bind = ALT CTRL, period, exec, pamixer -i 5

## amixer 版本

> 按鍵組合
| 按鍵組合 | 功能 | 執行指令 |
| ---------------------- | -------------- | ------------------------------------------- |
| `XF86AudioMute` | 音量切換成靜音 | `amixer -q -D pulse sset Master toggle` |
Expand All @@ -110,6 +118,8 @@ bind = , XF86AudioRaiseVolume, exec, amixer -q -D pulse sset Master 5%+ unmute



> 按鍵組合
| 按鍵組合 | 功能 | 執行指令 |
| ----------------- | ---------------- | ------------------------------------------- |
| `Alt + Shift + v` | 開啟音量控制面板 | `mate-volume-control` |
Expand All @@ -124,6 +134,8 @@ bind = ALT SHIFT, v, exec, mate-volume-control



> 按鍵組合
| 按鍵組合 | 功能 | 執行指令 |
| ----------------- | ---------------- |
| `Alt + m` | 音量切換成靜音 | `amixer -q -D pulse sset Master toggle` |
Expand Down

0 comments on commit 7e4b85e

Please sign in to comment.