Hi,
I'm trying to use ergoemacs with the dvorak keyboard layout and I've run into several problems. I'm using emacs version 27.2, and ergoemacs 20211101.1941 from melpa.
I've customized ergoemacs-keyboard-layout to "dv", and when I start emacs and activate ergoemacs-mode, and I think all the keys work.
There are a few keys I'd like to change, but I can't get anything to work. The documentation on the web site (
https://ergoemacs.github.io/customize-keys.html) seems to be out of date. `ergoemacs-key` doesn't seem to be defined, for example. Posts in this group mention `ergoemacs-component` and `ergoemacs-require` which also don't seem to be defined any longer. I've tried putting calls to `global-set-key` in various places. No luck.
Specifically, I want to re-bind
C-a, C-e, and C-n
How do I do this?