引用:
原帖由 yaoyonghe 于 2008-8-2 10:46 发表 
热键如何设置?
要自己修改ini文件,默认已经预设了一些hotkey:
; Hotkeys list
; List consists of blocks "Modifier+Key,Method"
; Modifier can be any combination of a(lt), c(ontrol), s(hift) and w(indows)
; Key can be key name (like "home", "del", "g" or "8") or key code (for example "%1B" for the escape key)
; See the table above for the list of the most useful methods.
Core.Keys = aw+esc,Core._quit; aw+down,Speed._down; aw+up,Speed._up; aw+f3,Backlight._down; aw+f4,Backlight._up; aw+0,Fan._auto; aw+3,Fan.30; aw+5,Fan.50; aw+7,Fan.70;
我也没有仔细看,有兴趣的自己研究吧。