黑峡谷gk706,不用多介绍了吧。绝对是买轴送客制化套件,刚入手的同学可能会遇到不少问题,官方新的固件都解决了,还加入了多媒体快捷键,完美。
附属自己的autohotkey脚本,解决习惯其他键盘的多媒体按键布局,右边ctrl加菜单键可以锁定,也可以菜单键加F1-12为组合键:
global EnableMediaPlus := 0
>^AppsKey::
EnableMediaPlus := 1 ;锁定增强键盘
SetScrollLockState, AlwaysOn
ReturnAppsKey::
EnableMediaPlus := 1
KeyWait, AppsKey
EnableMediaPlus := 0
SetScrollLockState, AlwaysOff
if (A_PriorKey == “AppsKey” && A_TimeSinceThisHotkey < 350)
{
Send,^+3 ;截图快捷键
}
Return#if EnableMediaPlus==1
{;媒体操作
F1:: Send, ^+{ESC}
F2:: Send, {Browser_Home}
F3:: Send, {Launch_Mail}
F4:: Send, {Launch_App2}
F5:: Send, {Launch_Media}
F6:: Send, {Media_Stop}
F7:: Send, {Media_Prev}
F8:: Send, {Media_Play_Pause}
F9:: Send, {Media_Next}
F10:: Send, {Volume_Mute}
F11:: Send, {Volume_Down}
F12:: Send, {Volume_Up}}
#if
固件下载地址:微云下载
使用说明书:GK706说明书