Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot use xah-fly-keys in doom-emacs and emacs with evil-mode #130

Open
OrionRandD opened this issue Sep 16, 2021 · 2 comments
Open

cannot use xah-fly-keys in doom-emacs and emacs with evil-mode #130

OrionRandD opened this issue Sep 16, 2021 · 2 comments

Comments

@OrionRandD
Copy link

Hi.
I am trying to learn xah-fly-keys in my 3 emacs setups:

  1. Scimax with evil-mode
    https://github.com/jkitchin/scimax

  2. Emacs normal with evil-mode

  3. Emacs Doom with is totally dependent of evil-mode
    https://github.com/hlissner/doom-emacs

When I activate xah-fly-keys my keyboard goes just crazy... It messes up all keyboard-keys and xah-fly-keys do not answer the way it should. In other words, the keyboard reaches a state of being uncontrolled.
Does xah-fly-keys have a directive to disable evil-mode and evil-collection and all related evil packges that interfere in taking over the whole keyboard control:

Like an if-else statement?

if xah-fly-keys { evil-mode
evil-collection
helm-evil
company-evil
orgmode-evil}
then:
{ disable them...}
else:
{force use:
xah-fly-keys
}

Something like that...

@OrionRandD
Copy link
Author

Even if I disable evil-mode with "M-x evil-mode"
xah-fly-keys do not work properly
:(

@ghost
Copy link

ghost commented Sep 24, 2021

Can you show the code you're using to activate xah-fly-keys?

What do you mean the keyboard goes crazy?

If I'm understanding this right, as per 2 you want xah-fly-keys &
evil-mode? I don't think that will work, they both will rebind keys. Whats
the goal you're trying to achieve?

I don't think xah-fly-keys has something to disable evil stuff. Depending on
what your goal is you could just selectively turn on/off the evil stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant