Skip to content

Commit

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

| [如何](https://samwhelp.github.io/note-about-ubuntu-budgie/read/howto.html) |
| ------- |
| [設定 Mouse Button Modifier](https://samwhelp.github.io/note-about-ubuntu-budgie/read/howto/config-mouse-button-modifier.html) |
| [停用按鍵綁定「Super_L」開啟「Budgie Menu」](https://samwhelp.github.io/note-about-ubuntu-budgie/read/howto/disable-keybind-open-budgie-menu.html) |
| [設定Mouse Button Modifier](https://samwhelp.github.io/note-about-ubuntu-budgie/read/howto/config-mouse-button-modifier.html) |
| [停用按鍵綁定「Super_L」開啟「Main Menu」](https://samwhelp.github.io/note-about-ubuntu-budgie/read/howto/disable-keybind-open-main-menu.html) |
| [設定 Application Appearance](https://samwhelp.github.io/note-about-ubuntu-budgie/read/howto/config-application-appearance.html) |


Expand Down
4 changes: 2 additions & 2 deletions read/config/mousebind.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ parent: 設定

| 相關議題 |
| ------- |
| [設定 Mouse Button Modifier](https://samwhelp.github.io/note-about-ultramarine-budgie/read/howto/config-mouse-button-modifier.html) |
| [停用按鍵綁定「Super_L」開啟「Budgie Menu」](https://samwhelp.github.io/note-about-ultramarine-budgie/read/howto/disable-keybind-open-budgie-menu.html) |
| [設定Mouse Button Modifier](https://samwhelp.github.io/note-about-ultramarine-budgie/read/howto/config-mouse-button-modifier.html) |
| [停用按鍵綁定「Super_L」開啟「Main Menu」](https://samwhelp.github.io/note-about-ultramarine-budgie/read/howto/disable-keybind-open-main-menu.html) |
4 changes: 2 additions & 2 deletions read/howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ has_children: true

| 滑鼠按鍵綁定 |
| ------- |
| [設定 Mouse Button Modifier](https://samwhelp.github.io/note-about-ultramarine-budgie/read/howto/config-mouse-button-modifier.html) |
| [停用按鍵綁定「Super_L」開啟「Budgie Menu」](https://samwhelp.github.io/note-about-ultramarine-budgie/read/howto/disable-keybind-open-budgie-menu.html) |
| [設定Mouse Button Modifier](https://samwhelp.github.io/note-about-ultramarine-budgie/read/howto/config-mouse-button-modifier.html) |
| [停用按鍵綁定「Super_L」開啟「Main Menu」](https://samwhelp.github.io/note-about-ultramarine-budgie/read/howto/disable-keybind-open-main-menu.html) |


## 外觀設定
Expand Down
8 changes: 4 additions & 4 deletions read/howto/config-mouse-button-modifier.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: 設定 Mouse Button Modifier
title: 設定Mouse Button Modifier
nav_order: 7021
has_children: false
parent: 如何
---


# 設定 Mouse Button Modifier
# 設定Mouse Button Modifier


## 相關設定指令
Expand Down Expand Up @@ -39,7 +39,7 @@ gsettings set org.gnome.desktop.wm.preferences resize-with-right-button true

預設按下「Win鍵」會觸發「顯示主要功能選單」,

為了避免無謂的干擾,我會執行下面指令來[停用這個功能](https://samwhelp.github.io/note-about-ultramarine-budgie/read/howto/disable-keybind-open-budgie-menu.html)
為了避免無謂的干擾,我會執行下面指令來[停用這個功能](https://samwhelp.github.io/note-about-ultramarine-budgie/read/howto/disable-keybind-open-main-menu.html)


``` sh
Expand All @@ -52,7 +52,7 @@ gsettings set org.gnome.mutter overlay-key ''
| 相關議題 |
| ------- |
| [滑鼠按鍵綁定](https://samwhelp.github.io/note-about-ultramarine-budgie/read/config/mousebind.html#視窗內容區塊)
| [停用按鍵綁定「Super_L」開啟「Budgie Menu」](https://samwhelp.github.io/note-about-ultramarine-budgie/read/howto/disable-keybind-open-budgie-menu.html) |
| [停用按鍵綁定「Super_L」開啟「Main Menu」](https://samwhelp.github.io/note-about-ultramarine-budgie/read/howto/disable-keybind-open-main-menu.html) |


## 相關應用
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
title: 停用按鍵綁定「Super_L」開啟「Budgie Menu」
title: 停用按鍵綁定「Super_L」開啟「Main Menu」
nav_order: 7022
has_children: false
parent: 如何
---


# 停用按鍵綁定「Super_L」開啟「Budgie Menu」
# 停用按鍵綁定「Super_L」開啟「Main Menu」


## 設定指令

執行下面指令,停用按鍵綁定「Super_L」開啟「Budgie Menu」
執行下面指令,停用按鍵綁定「Super_L」開啟「Main Menu」

``` sh
gsettings set org.gnome.mutter overlay-key ''
Expand Down Expand Up @@ -56,7 +56,7 @@ gsettings get org.gnome.mutter overlay-key

| 相關議題 |
| ------- |
| [設定 Mouse Button Modifier](https://samwhelp.github.io/note-about-ultramarine-budgie/read/howto/config-mouse-button-modifier.html) |
| [設定Mouse Button Modifier](https://samwhelp.github.io/note-about-ultramarine-budgie/read/howto/config-mouse-button-modifier.html) |


## gschema
Expand Down

0 comments on commit 804ad81

Please sign in to comment.