From 804ad81bf515ded194431d9206253cca4ffa4b51 Mon Sep 17 00:00:00 2001 From: samwhelp Date: Sun, 2 Jun 2024 11:10:21 +0800 Subject: [PATCH] fix --- README.md | 4 ++-- read/config/mousebind.md | 4 ++-- read/howto.md | 4 ++-- read/howto/config-mouse-button-modifier.md | 8 ++++---- ...n-budgie-menu.md => disable-keybind-open-main-menu.md} | 8 ++++---- 5 files changed, 14 insertions(+), 14 deletions(-) rename read/howto/{disable-keybind-open-budgie-menu.md => disable-keybind-open-main-menu.md} (83%) diff --git a/README.md b/README.md index f983228..23ca08e 100644 --- a/README.md +++ b/README.md @@ -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) | diff --git a/read/config/mousebind.md b/read/config/mousebind.md index 3c276f6..4533c27 100644 --- a/read/config/mousebind.md +++ b/read/config/mousebind.md @@ -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) | diff --git a/read/howto.md b/read/howto.md index f252f4e..1851a9a 100644 --- a/read/howto.md +++ b/read/howto.md @@ -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) | ## 外觀設定 diff --git a/read/howto/config-mouse-button-modifier.md b/read/howto/config-mouse-button-modifier.md index cdf1df3..9bd03bc 100644 --- a/read/howto/config-mouse-button-modifier.md +++ b/read/howto/config-mouse-button-modifier.md @@ -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」 ## 相關設定指令 @@ -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 @@ -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) | ## 相關應用 diff --git a/read/howto/disable-keybind-open-budgie-menu.md b/read/howto/disable-keybind-open-main-menu.md similarity index 83% rename from read/howto/disable-keybind-open-budgie-menu.md rename to read/howto/disable-keybind-open-main-menu.md index c66c73c..5600d7c 100644 --- a/read/howto/disable-keybind-open-budgie-menu.md +++ b/read/howto/disable-keybind-open-main-menu.md @@ -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 '' @@ -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