答え1
これをやりたいと思い、Sharpkeys をいじり始めました。行き詰まってしまいました。今は AutoHotKey を使用して、次のようにして Sharpkeys を矢印キーに変換しています。
#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}
(に由来する中文(简体))