ergoemacs/ergoemacs-mode

Key bindings

cpdf98 opened this issue · 9 comments

Ive just started using ergoemacs and i love it, however there are two issues.

  1. f11 will no longer switch in and out of fullscreen
  2. In default emacs to execute a command is M-x, however this doesnt work in ergoemacs and i havnt found an equivalent command. I have tried adding my own keybinding but nothing has worked

Hi @cpdf98
I think you could use:

(global-set-key (kbd "<f11>") 'toggle-frame-fullscreen)

I think that M-x is Alt+a by the default keys. See http://ergoemacs.github.io/ for a listing of the bindings.

@mattfidler I have tried using alt-a, however the response i get is "Attempt to modify read-only object: "print".

the default one. "us-US ENGLISH QWERTY layout"

I got everything to work. I was using standard before but i switched it to reduced.

I spoke too soon. It worked when i tried setting it to reduction once, but it doesnt work now. There must be other settings i enabled that made it work.

With "reduced" the keybinding is Alt+;

Reopen if you have issues on the new github version