27
edits
(→XKB: warning about updates overriding keyboards.) |
(add an input method for emacs) |
||
| 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/toaq.el. 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) === | ||
edits