Skip to content

Commit

Permalink
add categories
Browse files Browse the repository at this point in the history
  • Loading branch information
subineru committed Oct 31, 2024
1 parent 212889d commit a90414a
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 23 deletions.
2 changes: 1 addition & 1 deletion archives/2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h1 class="post-title">

<div class="post-content">
前言 下班回家使用電腦。專心的時候會使用耳機,放鬆的時候就會用喇叭,然後 看看劇或 Youtube 影片等等。這時候都要將滑鼠移到右下方的語音圖示, 去選擇想要的音效輸出。雖然只是幾個動作而已,太過頻繁,反而發現相當 耗時,索性找方法設定快捷鍵,來方便切換。
步驟 首先用系統管理員的身分執行PowerShell,執行 Install-Module AudioDeviceCmdlets 安裝模組,安裝完成後,就能夠 執行 Get-AudioDevice 取得電腦目前有的音效輸出。 將下面的 Index 號碼記下: Index 1 對應至觸控螢幕 ASUS MB14AHD Index 2 對應至電腦的喇叭 使用文字編輯器開啟 autohotkey 的檔案,將下面的腳本貼上儲存, 執行檔案啟用autohotkey,未來只要按fn + v就可以切換音效輸出。 #v:: ; Fn+v Hotkey t := !t ; Toggle Var (0 or 1) If (t = &#34;1&#34;) { Run, powershell -Command &#34;Set-AudioDevice 1&#34;,, hide } If (t = &#34;0&#34;) { Run, powershell -Command &#34;Set-AudioDevice 2&#34;,, hide } ……
步驟 首先用系統管理員的身分執行PowerShell,執行 Install-Module AudioDeviceCmdlets 安裝模組,安裝完成後,就能夠 執行 Get-AudioDevice 取得電腦目前有的音效輸出。 將下面的 Index 號碼記下: Index 1 對應至觸控螢幕 ASUS MB14AHD Index 2 對應至電腦的喇叭 使用文字編輯器開啟 autohotkey 的檔案,將下面的腳本貼上儲存, 執行檔案啟用autohotkey,未來只要按fn + v就可以切換音效輸出。 #v:: ; Fn+v Hotkey t := !t ; Toggle Var (0 or 1) If (t = &#34;1&#34;) { Run, powershell -Command &#34;Set-AudioDevice 1&#34;,, hide } If (t = &#34;0&#34;) { Run, powershell -Command &#34;Set-AudioDevice 2&#34;,, hide } 參考資料 Quickly Switch Audio Devices on Windows……
<p class="readmore"><a href="https://www.cjhung.tw/post/2024/20241031_switch_audio_output_automation/" target="_blank">Continue reading</a></p>
</div>
</article>
Expand Down
2 changes: 1 addition & 1 deletion archives/2024/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<guid>https://www.cjhung.tw/post/2024/20241031_switch_audio_output_automation/</guid>
<description>前言 下班回家使用電腦。專心的時候會使用耳機,放鬆的時候就會用喇叭,然後 看看劇或 Youtube 影片等等。這時候都要將滑鼠移到右下方的語音圖示, 去選擇想要的音效輸出。雖然只是幾個動作而已,太過頻繁,反而發現相當 耗時,索性找方法設定快捷鍵,來方便切換。
步驟 首先用系統管理員的身分執行PowerShell,執行 Install-Module AudioDeviceCmdlets 安裝模組,安裝完成後,就能夠 執行 Get-AudioDevice 取得電腦目前有的音效輸出。 將下面的 Index 號碼記下: Index 1 對應至觸控螢幕 ASUS MB14AHD Index 2 對應至電腦的喇叭 使用文字編輯器開啟 autohotkey 的檔案,將下面的腳本貼上儲存, 執行檔案啟用autohotkey,未來只要按fn + v就可以切換音效輸出。 #v:: ; Fn+v Hotkey t := !t ; Toggle Var (0 or 1) If (t = &amp;#34;1&amp;#34;) { Run, powershell -Command &amp;#34;Set-AudioDevice 1&amp;#34;,, hide } If (t = &amp;#34;0&amp;#34;) { Run, powershell -Command &amp;#34;Set-AudioDevice 2&amp;#34;,, hide } </description>
步驟 首先用系統管理員的身分執行PowerShell,執行 Install-Module AudioDeviceCmdlets 安裝模組,安裝完成後,就能夠 執行 Get-AudioDevice 取得電腦目前有的音效輸出。 將下面的 Index 號碼記下: Index 1 對應至觸控螢幕 ASUS MB14AHD Index 2 對應至電腦的喇叭 使用文字編輯器開啟 autohotkey 的檔案,將下面的腳本貼上儲存, 執行檔案啟用autohotkey,未來只要按fn + v就可以切換音效輸出。 #v:: ; Fn+v Hotkey t := !t ; Toggle Var (0 or 1) If (t = &amp;#34;1&amp;#34;) { Run, powershell -Command &amp;#34;Set-AudioDevice 1&amp;#34;,, hide } If (t = &amp;#34;0&amp;#34;) { Run, powershell -Command &amp;#34;Set-AudioDevice 2&amp;#34;,, hide } 參考資料 Quickly Switch Audio Devices on Windows</description>
</item>

<item>
Expand Down
2 changes: 1 addition & 1 deletion categories/2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h1 class="post-title">

<div class="post-content">
前言 下班回家使用電腦。專心的時候會使用耳機,放鬆的時候就會用喇叭,然後 看看劇或 Youtube 影片等等。這時候都要將滑鼠移到右下方的語音圖示, 去選擇想要的音效輸出。雖然只是幾個動作而已,太過頻繁,反而發現相當 耗時,索性找方法設定快捷鍵,來方便切換。
步驟 首先用系統管理員的身分執行PowerShell,執行 Install-Module AudioDeviceCmdlets 安裝模組,安裝完成後,就能夠 執行 Get-AudioDevice 取得電腦目前有的音效輸出。 將下面的 Index 號碼記下: Index 1 對應至觸控螢幕 ASUS MB14AHD Index 2 對應至電腦的喇叭 使用文字編輯器開啟 autohotkey 的檔案,將下面的腳本貼上儲存, 執行檔案啟用autohotkey,未來只要按fn + v就可以切換音效輸出。 #v:: ; Fn+v Hotkey t := !t ; Toggle Var (0 or 1) If (t = &#34;1&#34;) { Run, powershell -Command &#34;Set-AudioDevice 1&#34;,, hide } If (t = &#34;0&#34;) { Run, powershell -Command &#34;Set-AudioDevice 2&#34;,, hide } ……
步驟 首先用系統管理員的身分執行PowerShell,執行 Install-Module AudioDeviceCmdlets 安裝模組,安裝完成後,就能夠 執行 Get-AudioDevice 取得電腦目前有的音效輸出。 將下面的 Index 號碼記下: Index 1 對應至觸控螢幕 ASUS MB14AHD Index 2 對應至電腦的喇叭 使用文字編輯器開啟 autohotkey 的檔案,將下面的腳本貼上儲存, 執行檔案啟用autohotkey,未來只要按fn + v就可以切換音效輸出。 #v:: ; Fn+v Hotkey t := !t ; Toggle Var (0 or 1) If (t = &#34;1&#34;) { Run, powershell -Command &#34;Set-AudioDevice 1&#34;,, hide } If (t = &#34;0&#34;) { Run, powershell -Command &#34;Set-AudioDevice 2&#34;,, hide } 參考資料 Quickly Switch Audio Devices on Windows……
<p class="readmore"><a href="https://www.cjhung.tw/post/2024/20241031_switch_audio_output_automation/" target="_blank">Continue reading</a></p>
</div>
</article>
Expand Down
2 changes: 1 addition & 1 deletion categories/2024/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<guid>https://www.cjhung.tw/post/2024/20241031_switch_audio_output_automation/</guid>
<description>前言 下班回家使用電腦。專心的時候會使用耳機,放鬆的時候就會用喇叭,然後 看看劇或 Youtube 影片等等。這時候都要將滑鼠移到右下方的語音圖示, 去選擇想要的音效輸出。雖然只是幾個動作而已,太過頻繁,反而發現相當 耗時,索性找方法設定快捷鍵,來方便切換。
步驟 首先用系統管理員的身分執行PowerShell,執行 Install-Module AudioDeviceCmdlets 安裝模組,安裝完成後,就能夠 執行 Get-AudioDevice 取得電腦目前有的音效輸出。 將下面的 Index 號碼記下: Index 1 對應至觸控螢幕 ASUS MB14AHD Index 2 對應至電腦的喇叭 使用文字編輯器開啟 autohotkey 的檔案,將下面的腳本貼上儲存, 執行檔案啟用autohotkey,未來只要按fn + v就可以切換音效輸出。 #v:: ; Fn+v Hotkey t := !t ; Toggle Var (0 or 1) If (t = &amp;#34;1&amp;#34;) { Run, powershell -Command &amp;#34;Set-AudioDevice 1&amp;#34;,, hide } If (t = &amp;#34;0&amp;#34;) { Run, powershell -Command &amp;#34;Set-AudioDevice 2&amp;#34;,, hide } </description>
步驟 首先用系統管理員的身分執行PowerShell,執行 Install-Module AudioDeviceCmdlets 安裝模組,安裝完成後,就能夠 執行 Get-AudioDevice 取得電腦目前有的音效輸出。 將下面的 Index 號碼記下: Index 1 對應至觸控螢幕 ASUS MB14AHD Index 2 對應至電腦的喇叭 使用文字編輯器開啟 autohotkey 的檔案,將下面的腳本貼上儲存, 執行檔案啟用autohotkey,未來只要按fn + v就可以切換音效輸出。 #v:: ; Fn+v Hotkey t := !t ; Toggle Var (0 or 1) If (t = &amp;#34;1&amp;#34;) { Run, powershell -Command &amp;#34;Set-AudioDevice 1&amp;#34;,, hide } If (t = &amp;#34;0&amp;#34;) { Run, powershell -Command &amp;#34;Set-AudioDevice 2&amp;#34;,, hide } 參考資料 Quickly Switch Audio Devices on Windows</description>
</item>

<item>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h1 class="post-title">

<div class="post-content">
前言 下班回家使用電腦。專心的時候會使用耳機,放鬆的時候就會用喇叭,然後 看看劇或 Youtube 影片等等。這時候都要將滑鼠移到右下方的語音圖示, 去選擇想要的音效輸出。雖然只是幾個動作而已,太過頻繁,反而發現相當 耗時,索性找方法設定快捷鍵,來方便切換。
步驟 首先用系統管理員的身分執行PowerShell,執行 Install-Module AudioDeviceCmdlets 安裝模組,安裝完成後,就能夠 執行 Get-AudioDevice 取得電腦目前有的音效輸出。 將下面的 Index 號碼記下: Index 1 對應至觸控螢幕 ASUS MB14AHD Index 2 對應至電腦的喇叭 使用文字編輯器開啟 autohotkey 的檔案,將下面的腳本貼上儲存, 執行檔案啟用autohotkey,未來只要按fn + v就可以切換音效輸出。 #v:: ; Fn+v Hotkey t := !t ; Toggle Var (0 or 1) If (t = &#34;1&#34;) { Run, powershell -Command &#34;Set-AudioDevice 1&#34;,, hide } If (t = &#34;0&#34;) { Run, powershell -Command &#34;Set-AudioDevice 2&#34;,, hide } ……
步驟 首先用系統管理員的身分執行PowerShell,執行 Install-Module AudioDeviceCmdlets 安裝模組,安裝完成後,就能夠 執行 Get-AudioDevice 取得電腦目前有的音效輸出。 將下面的 Index 號碼記下: Index 1 對應至觸控螢幕 ASUS MB14AHD Index 2 對應至電腦的喇叭 使用文字編輯器開啟 autohotkey 的檔案,將下面的腳本貼上儲存, 執行檔案啟用autohotkey,未來只要按fn + v就可以切換音效輸出。 #v:: ; Fn+v Hotkey t := !t ; Toggle Var (0 or 1) If (t = &#34;1&#34;) { Run, powershell -Command &#34;Set-AudioDevice 1&#34;,, hide } If (t = &#34;0&#34;) { Run, powershell -Command &#34;Set-AudioDevice 2&#34;,, hide } 參考資料 Quickly Switch Audio Devices on Windows……
</div>
<p class="readmore"><a href="https://www.cjhung.tw/post/2024/20241031_switch_audio_output_automation/" target="_blank">Continue reading</a></p>
</article>
Expand Down
2 changes: 1 addition & 1 deletion index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<guid>https://www.cjhung.tw/post/2024/20241031_switch_audio_output_automation/</guid>
<description>前言 下班回家使用電腦。專心的時候會使用耳機,放鬆的時候就會用喇叭,然後 看看劇或 Youtube 影片等等。這時候都要將滑鼠移到右下方的語音圖示, 去選擇想要的音效輸出。雖然只是幾個動作而已,太過頻繁,反而發現相當 耗時,索性找方法設定快捷鍵,來方便切換。
步驟 首先用系統管理員的身分執行PowerShell,執行 Install-Module AudioDeviceCmdlets 安裝模組,安裝完成後,就能夠 執行 Get-AudioDevice 取得電腦目前有的音效輸出。 將下面的 Index 號碼記下: Index 1 對應至觸控螢幕 ASUS MB14AHD Index 2 對應至電腦的喇叭 使用文字編輯器開啟 autohotkey 的檔案,將下面的腳本貼上儲存, 執行檔案啟用autohotkey,未來只要按fn + v就可以切換音效輸出。 #v:: ; Fn+v Hotkey t := !t ; Toggle Var (0 or 1) If (t = &amp;#34;1&amp;#34;) { Run, powershell -Command &amp;#34;Set-AudioDevice 1&amp;#34;,, hide } If (t = &amp;#34;0&amp;#34;) { Run, powershell -Command &amp;#34;Set-AudioDevice 2&amp;#34;,, hide } </description>
步驟 首先用系統管理員的身分執行PowerShell,執行 Install-Module AudioDeviceCmdlets 安裝模組,安裝完成後,就能夠 執行 Get-AudioDevice 取得電腦目前有的音效輸出。 將下面的 Index 號碼記下: Index 1 對應至觸控螢幕 ASUS MB14AHD Index 2 對應至電腦的喇叭 使用文字編輯器開啟 autohotkey 的檔案,將下面的腳本貼上儲存, 執行檔案啟用autohotkey,未來只要按fn + v就可以切換音效輸出。 #v:: ; Fn+v Hotkey t := !t ; Toggle Var (0 or 1) If (t = &amp;#34;1&amp;#34;) { Run, powershell -Command &amp;#34;Set-AudioDevice 1&amp;#34;,, hide } If (t = &amp;#34;0&amp;#34;) { Run, powershell -Command &amp;#34;Set-AudioDevice 2&amp;#34;,, hide } 參考資料 Quickly Switch Audio Devices on Windows</description>
</item>

<item>
Expand Down
24 changes: 13 additions & 11 deletions post/2024/20241031_switch_audio_output_automation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,19 @@ <h1 id="步驟">步驟</h1>
<li>使用文字編輯器開啟 autohotkey 的檔案,將下面的腳本貼上儲存,
執行檔案啟用autohotkey,未來只要按fn + v就可以切換音效輸出。</li>
</ol>
<pre tabindex="0"><code>#v:: ; Fn+v Hotkey
t := !t ; Toggle Var (0 or 1)
If (t = &#34;1&#34;)
{
Run, powershell -Command &#34;Set-AudioDevice 1&#34;,, hide
}
If (t = &#34;0&#34;)
{
Run, powershell -Command &#34;Set-AudioDevice 2&#34;,, hide
}
</code></pre>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-sh" data-lang="sh"><span style="display:flex;"><span><span style="color:#75715e">#v:: ; Fn+v Hotkey</span>
</span></span><span style="display:flex;"><span>t :<span style="color:#f92672">=</span> !t ; Toggle Var <span style="color:#f92672">(</span><span style="color:#ae81ff">0</span> or 1<span style="color:#f92672">)</span>
</span></span><span style="display:flex;"><span>If <span style="color:#f92672">(</span>t <span style="color:#f92672">=</span> <span style="color:#e6db74">&#34;1&#34;</span><span style="color:#f92672">)</span>
</span></span><span style="display:flex;"><span><span style="color:#f92672">{</span>
</span></span><span style="display:flex;"><span>Run, powershell -Command <span style="color:#e6db74">&#34;Set-AudioDevice 1&#34;</span>,, hide
</span></span><span style="display:flex;"><span><span style="color:#f92672">}</span>
</span></span><span style="display:flex;"><span>If <span style="color:#f92672">(</span>t <span style="color:#f92672">=</span> <span style="color:#e6db74">&#34;0&#34;</span><span style="color:#f92672">)</span>
</span></span><span style="display:flex;"><span><span style="color:#f92672">{</span>
</span></span><span style="display:flex;"><span>Run, powershell -Command <span style="color:#e6db74">&#34;Set-AudioDevice 2&#34;</span>,, hide
</span></span><span style="display:flex;"><span><span style="color:#f92672">}</span>
</span></span></code></pre></div><h2 id="參考資料">參考資料</h2>
<p><a href="https://hub.tcno.co/windows/tips/quick-audio-switcher/">Quickly Switch Audio Devices on Windows</a></p>

</div>


Expand Down
2 changes: 1 addition & 1 deletion post/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h1 class="post-title">

<div class="post-content">
前言 下班回家使用電腦。專心的時候會使用耳機,放鬆的時候就會用喇叭,然後 看看劇或 Youtube 影片等等。這時候都要將滑鼠移到右下方的語音圖示, 去選擇想要的音效輸出。雖然只是幾個動作而已,太過頻繁,反而發現相當 耗時,索性找方法設定快捷鍵,來方便切換。
步驟 首先用系統管理員的身分執行PowerShell,執行 Install-Module AudioDeviceCmdlets 安裝模組,安裝完成後,就能夠 執行 Get-AudioDevice 取得電腦目前有的音效輸出。 將下面的 Index 號碼記下: Index 1 對應至觸控螢幕 ASUS MB14AHD Index 2 對應至電腦的喇叭 使用文字編輯器開啟 autohotkey 的檔案,將下面的腳本貼上儲存, 執行檔案啟用autohotkey,未來只要按fn + v就可以切換音效輸出。 #v:: ; Fn+v Hotkey t := !t ; Toggle Var (0 or 1) If (t = &#34;1&#34;) { Run, powershell -Command &#34;Set-AudioDevice 1&#34;,, hide } If (t = &#34;0&#34;) { Run, powershell -Command &#34;Set-AudioDevice 2&#34;,, hide } ……
步驟 首先用系統管理員的身分執行PowerShell,執行 Install-Module AudioDeviceCmdlets 安裝模組,安裝完成後,就能夠 執行 Get-AudioDevice 取得電腦目前有的音效輸出。 將下面的 Index 號碼記下: Index 1 對應至觸控螢幕 ASUS MB14AHD Index 2 對應至電腦的喇叭 使用文字編輯器開啟 autohotkey 的檔案,將下面的腳本貼上儲存, 執行檔案啟用autohotkey,未來只要按fn + v就可以切換音效輸出。 #v:: ; Fn+v Hotkey t := !t ; Toggle Var (0 or 1) If (t = &#34;1&#34;) { Run, powershell -Command &#34;Set-AudioDevice 1&#34;,, hide } If (t = &#34;0&#34;) { Run, powershell -Command &#34;Set-AudioDevice 2&#34;,, hide } 參考資料 Quickly Switch Audio Devices on Windows……
</div>
<p class="readmore"><a href="https://www.cjhung.tw/post/2024/20241031_switch_audio_output_automation/" target="_blank">Continue reading</a></p>
</article>
Expand Down
2 changes: 1 addition & 1 deletion post/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<guid>https://www.cjhung.tw/post/2024/20241031_switch_audio_output_automation/</guid>
<description>前言 下班回家使用電腦。專心的時候會使用耳機,放鬆的時候就會用喇叭,然後 看看劇或 Youtube 影片等等。這時候都要將滑鼠移到右下方的語音圖示, 去選擇想要的音效輸出。雖然只是幾個動作而已,太過頻繁,反而發現相當 耗時,索性找方法設定快捷鍵,來方便切換。
步驟 首先用系統管理員的身分執行PowerShell,執行 Install-Module AudioDeviceCmdlets 安裝模組,安裝完成後,就能夠 執行 Get-AudioDevice 取得電腦目前有的音效輸出。 將下面的 Index 號碼記下: Index 1 對應至觸控螢幕 ASUS MB14AHD Index 2 對應至電腦的喇叭 使用文字編輯器開啟 autohotkey 的檔案,將下面的腳本貼上儲存, 執行檔案啟用autohotkey,未來只要按fn + v就可以切換音效輸出。 #v:: ; Fn+v Hotkey t := !t ; Toggle Var (0 or 1) If (t = &amp;#34;1&amp;#34;) { Run, powershell -Command &amp;#34;Set-AudioDevice 1&amp;#34;,, hide } If (t = &amp;#34;0&amp;#34;) { Run, powershell -Command &amp;#34;Set-AudioDevice 2&amp;#34;,, hide } </description>
步驟 首先用系統管理員的身分執行PowerShell,執行 Install-Module AudioDeviceCmdlets 安裝模組,安裝完成後,就能夠 執行 Get-AudioDevice 取得電腦目前有的音效輸出。 將下面的 Index 號碼記下: Index 1 對應至觸控螢幕 ASUS MB14AHD Index 2 對應至電腦的喇叭 使用文字編輯器開啟 autohotkey 的檔案,將下面的腳本貼上儲存, 執行檔案啟用autohotkey,未來只要按fn + v就可以切換音效輸出。 #v:: ; Fn+v Hotkey t := !t ; Toggle Var (0 or 1) If (t = &amp;#34;1&amp;#34;) { Run, powershell -Command &amp;#34;Set-AudioDevice 1&amp;#34;,, hide } If (t = &amp;#34;0&amp;#34;) { Run, powershell -Command &amp;#34;Set-AudioDevice 2&amp;#34;,, hide } 參考資料 Quickly Switch Audio Devices on Windows</description>
</item>

<item>
Expand Down
Loading

0 comments on commit a90414a

Please sign in to comment.