Git Product home page Git Product logo

Comments (8)

ashfinal avatar ashfinal commented on July 19, 2024

确实有这方面需求。
但现在快捷键太多,为每一个都提供自定义选项有点不太现实。
我目前能想到的是 opt+space、opt+tab 这俩组合键容易和其它软件冲突

能说下你都修改了哪些默认按键嘛?方便我把这些键做成可以配置的。
这样就能统一在 ~/.hammerspoon/private/awesomeconfig.lua 文件里自定义了。

from awesome-hammerspoon.

zhangzhishan avatar zhangzhishan commented on July 19, 2024

from awesome-hammerspoon.

ashfinal avatar ashfinal commented on July 19, 2024

option+space 我感觉应该提供个配置选项。
至于 manico 其实可以考虑替换掉,固定的app用app mode,不固定的用opt+tab windows hint。

当然以上两个软件我都没用过,只是个随便建议。

目前 Hammerspoon 与 option 相关的配置全部在 modalmgr.lua 文件里,总共才60行。
不行就把这个文件也做成可以插拔的,就可以单独放到 private 文件夹了。

from awesome-hammerspoon.

zhangzhishan avatar zhangzhishan commented on July 19, 2024

from awesome-hammerspoon.

ashfinal avatar ashfinal commented on July 19, 2024

好吧,app mode 多了一次按键。。。anyway 这个是个人喜好问题,不讨论这个。

下午我就把这方面重新思考改动下,让配置更灵活,更容易上手些。

from awesome-hammerspoon.

clotong avatar clotong commented on July 19, 2024

举个例子,我把Caps Lock绑定了"cmd", "alt", "ctrl",然后Caps+I定义了一个快捷键,但是配置里面alt + I是Timer Mode,当我按下Caps+I,貌似两者会冲突,会先启动Timer Mode,再按一次才能启动我Caps+I定义的快捷键,能解决这个问题嘛

from awesome-hammerspoon.

ashfinal avatar ashfinal commented on July 19, 2024

@clotong cmd+alt+ctrl+I 确实绑定了 Timer Mode,除此之外还有类似的。
当时觉得这些按键这么长,不会有人用到,做个备用总是好的。
现在看来其实并没有起到作用,反而带来一些困惑和麻烦。

考虑在下次更新中全部删掉,把主动权交给用户。

from awesome-hammerspoon.

ashfinal avatar ashfinal commented on July 19, 2024

抱歉各位,拖了这么长时间。
刚刚提交了一个版本,现在绝大部分的默认绑定键均可自定义,应该不会遇到以上所说的问题了。

自定义方法:hsreload_keys = {{"cmd", "shift", "ctrl"}, "F”}

全部可用的变量名称请查阅 Customization 的第三部分。
同时修复了两三处已知的小问题,推荐更新。

from awesome-hammerspoon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.