Input methods: Difference between revisions
→XKB: warning about updates overriding keyboards. |
update toaq.el link |
||
| (One intermediate revision by the same user not shown) | |||
| Line 68: | Line 68: | ||
=== vim === | === vim === | ||
See [[Vim input]]. | See [[Vim input]]. | ||
=== emacs === | |||
A <code>toaq.el</code> is available at https://github.com/mi2ebi/.emacs.d. Shove it into <code>~/.emacs.d/lisp</code> (or wherever you want to keep extra elisp files) and add this to your <code>init.el</code>. It's similar to the xkb layout further down this page. Press {{Key|C-h}} {{Key|I}} <code>toaq</code> {{Key|RET}} for documentation. | |||
<syntaxhighlight lang="elisp"> | |||
(add-to-list 'load-path "~/.emacs.d/lisp") | |||
(require 'toaq) | |||
</syntaxhighlight> | |||
=== AutoHotkey (Windows) === | === AutoHotkey (Windows) === | ||