提交 5294dd80 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

support Tab, Enter key; use Space key to toggle radio box

上级 7b1ef2c5
......@@ -10,8 +10,8 @@ func GetNextView(name string, views []string) string {
for true {
if name == views[i] {
found = true
i++
i = i % len(views)
continue
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册