Key bindings
cpdf98 opened this issue · 9 comments
cpdf98 commented
Ive just started using ergoemacs and i love it, however there are two issues.
- f11 will no longer switch in and out of fullscreen
- 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
mattfidler commented
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.
cpdf98 commented
@mattfidler I have tried using alt-a, however the response i get is "Attempt to modify read-only object: "print".
mattfidler commented
What keymap are you using?
It remaps based on your keymap so alt+a may be something different.
…On Tue, Oct 22, 2019 at 11:06 AM cpdf98 ***@***.***> wrote:
@mattfidler <https://github.com/mattfidler> I have tried using alt-a,
however the response i get is "Attempt to modify read-only object: "print".
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#483?email_source=notifications&email_token=AAD5VWR6MU6C2F3CVRCL3CLQP4QIDA5CNFSM4JCKTRDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEB6JNGQ#issuecomment-545035930>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD5VWWHVOR7HNKEANYZCA3QP4QIDANCNFSM4JCKTRDA>
.
cpdf98 commented
the default one. "us-US ENGLISH QWERTY layout"
mattfidler commented
Hm. Are you using any of the ergoemacs-themes?
Could you try installing `smex` to see if that is the issue?
What version of ergoemacs-mode are you using? The one on elpa is broken I
believe.
…On Tue, Oct 22, 2019 at 12:45 PM cpdf98 ***@***.***> wrote:
the default one. "us-US ENGLISH QWERTY layout"
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#483?email_source=notifications&email_token=AAD5VWSLNO3KRGND7HG7C3TQP433HA5CNFSM4JCKTRDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEB6THDQ#issuecomment-545076110>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD5VWX4RDQHJUDOCUMFX5DQP433HANCNFSM4JCKTRDA>
.
cpdf98 commented
I got everything to work. I was using standard before but i switched it to reduced.
cpdf98 commented
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.
mattfidler commented
With "reduced" the keybinding is Alt+;
mattfidler commented
Reopen if you have issues on the new github version