gpt4 book ai didi

emacs - 设置键无操作的最佳方法

转载 作者:行者123 更新时间:2023-12-01 09:45:32 29 4
gpt4 key购买 nike

我的触控板偶尔会出现问题 [mouse-12]导致烦人的闪烁和重复的事件 <mouse-12> is undefined信息。

根据 elisp 约定,什么都不做的最好方法是什么?

(global-set-key [mouse-12] 'WHAT-TO-INSERT-HERE?)

最佳答案

那就是 ignore 函数:

ignore is an interactive compiled Lisp function in ‘subr.el’.

It is bound to <mouse-movement>, <bottom-divider> <mouse-1>,
<right-divider> <mouse-1>.

(ignore &rest IGNORE)

Do nothing and return nil.
This function accepts any number of arguments, but ignores them.

如果对 mouse-movement 事件足够好,那么对于触摸板应该也足够好了:

(global-set-key [mouse-12] 'ignore)

关于emacs - 设置键无操作的最佳方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49853494/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com