Giter Site home page Giter Site logo

Comments (8)

MatthewZMD avatar MatthewZMD commented on August 9, 2024

And if it can support Emacs' built-in major-mode keybindings [C-h m] to list out current major-mode keybindings/commands will be helpful. I don't know whether this is possible for eaf buffer.

I am also looking into this

from emacs-application-framework.

manateelazycat avatar manateelazycat commented on August 9, 2024

EAF's keybinding use eaf-monitor-key-event function to capture key event, not major-mode keybinding implement.

So C-h m is not easy

from emacs-application-framework.

MatthewZMD avatar MatthewZMD commented on August 9, 2024

我觉得如果能把它通过某种方式跟major mode绑定在一起的话会更方便用户调整配置,有什么idea吗

from emacs-application-framework.

manateelazycat avatar manateelazycat commented on August 9, 2024

我觉得如果能把它通过某种方式跟major mode绑定在一起的话会更方便用户调整配置,有什么idea吗

现在已经是自定义按键的方式了,但是EAF必须接管输入事件转发,要不是会出现很多焦点的问题。

我觉得最好的方法就是,EAF本身Elisp这端可以做一个单独的按键Popup的功能,不用依赖 C-h m

from emacs-application-framework.

stardiviner avatar stardiviner commented on August 9, 2024

@manateelazycat 类似magit的popup按键还是挺好用的。我赞成。

from emacs-application-framework.

manateelazycat avatar manateelazycat commented on August 9, 2024

@manateelazycat 类似magit的popup按键还是挺好用的。我赞成。

欢迎PR,不能我一个人吭哧吭哧写代码,欢迎贡献。;)

from emacs-application-framework.

stardiviner avatar stardiviner commented on August 9, 2024

Ok, I used to use Magit's utility transient to write this popup keybinding for bilibili.el

from emacs-application-framework.

manateelazycat avatar manateelazycat commented on August 9, 2024

C-h m request fixed by #96

from emacs-application-framework.

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.