%20%E3%81%AE%E3%82%BF%E3%82%A4%E3%83%97%20%E3%82%AB%E3%83%90%E3%83%BC%E3%81%AE%E9%9F%B3%E9%87%8F%20UP%2FDOWN%20%E3%82%AD%E3%83%BC%E3%82%92%E5%86%8D%E3%83%9E%E3%83%83%E3%83%94%E3%83%B3%E3%82%B0.png)
答え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}
(に由来する中文(简体))