美文网首页
Mouse wheel setup

Mouse wheel setup

作者: YEUNGCHIE | 来源:发表于2019-12-23 22:14 被阅读0次
foreach(x list("Layout" "Schematics" "Symbol")
    hiSetBindKeys(x
        list(
            list("None<Btn4Down>"       "geScroll(nil \"n\" nil)"                       )
            list("None<Btn5Down>"       "geScroll(nil \"s\" nil)"                       )
            list("Shift<Btn4Down>"      "geScroll(nil \"w\" nil)"                       )
            list("Shift<Btn5Down>"      "geScroll(nil \"e\" nil)"                       )
            list("Ctrl<Btn4Down>"       "hiZoomRelativeScale(getCurrentWindow() 1.25)"  )
            list("Ctrl<Btn5Down>"       "hiZoomRelativeScale(getCurrentWindow() 0.80)"  )
        )
    )
)

相关文章

网友评论

      本文标题:Mouse wheel setup

      本文链接:https://www.haomeiwen.com/subject/doitoctx.html