%20%E9%87%8D%E6%96%B0%E6%98%A0%E5%B0%84%E5%AF%A6%E9%AB%94%E9%8D%B5%E7%9B%A4%E4%B8%8A%E7%9A%84%E9%9F%B3%E9%87%8F%E5%90%91%E4%B8%8A%2F%E5%90%91%E4%B8%8B%E9%8D%B5.png)
答案1
我想這麼做,於是我開始擺弄 Sharpkeys。那是一個死胡同。我現在使用 AutoHotKey 將它們變成箭頭鍵:
#NoEnv ; Recommended for compatibility with
AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts.
SetWorkingDir %A_ScriptDir% ; Ensures consistent starting directory.
#IfWinActive
Volume_Down::Send {Right}
Volume_Up::Send {Left}
(源自媒體網站)