weixin_39747341 2020-11-20 21:02
浏览 0

Add initial support for keyboard modifier (and desktop support)

So I had read about this package for Atom somewhere and was really excited to give it a shot. However I mostly use a desktop workstation and realized it won't work here. So when I saw #4 and #11 I realized that adding support for that could probably solve my problem too.

With this patch it's now possible to use keyboard modifies with the mouse scroll to scroll thru time.

Currently this only supports using Ctrl+Alt+Scroll, however it can likely be adapted to use any other key modifier via config. Just my first time dabbling in Atom packages so I'm not 100% on how to do that part yet. :smile:

该提问来源于开源项目:mathieudutour/scroll-through-time

  • 写回答

6条回答 默认 最新

  • weixin_39747341 2020-11-20 21:02
    关注

    Welp, actually after further testing I just realized that my toggle for keyboard modifiers doesn't seem to work at all. I had a really rough version of everything worked out a bit ago that didn't have this bug, but after refactoring somethings to use more of the original code I ended up with this.

    Guess I'll give it another go and report back!

    评论

报告相同问题?