Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经知道为如下片段映射键:
(kbd-map (:mode in-text?) ("w" (insert "Test message"))
我正在寻找的是如何映射键以移动光标位置/粘贴/撤消... 根据帮助文档,这将需要一种名为 Scheme 的编码语言,这是我第一次听说。所以我正在寻找一些样本来帮助我理解它。
TeXmacs/progs/text/text-kbd.scm您可以在和之类的文件中找到大多数内部键绑定TeXmacs/progs/math/math-kbd.scm。它们为您提供了对可能性的很好的概述。请注意,有一个 TeXmacs 论坛,您可以在其中从其他用户那里获得有用的反馈。
TeXmacs/progs/text/text-kbd.scm
TeXmacs/progs/math/math-kbd.scm