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

vimode: can't enter command (manjaro os) #941

Closed
thewalldao opened this issue Jan 8, 2020 · 4 comments · Fixed by #975
Closed

vimode: can't enter command (manjaro os) #941

thewalldao opened this issue Jan 8, 2020 · 4 comments · Fixed by #975

Comments

@thewalldao
Copy link

thewalldao commented Jan 8, 2020

I can type a command but after i type command i want and press enter , nothing happen, it still in that command.
Ex:
:s/main/man/g
when i press enter , nothing happen and it still show:
:s/main/man/g
Please help me. I want to use vimode very much .
Thank you very much.

@techee
Copy link
Member

techee commented Mar 23, 2020

I'm really wondering what's going on - I can't duplicate the bug here. A few questions:

  1. What GTK version is Geany built against? You can find it under Help->About.
  2. Do you use some other plugins? Do you still experience this problem when you disable the plugins?
  3. Do you use some non-English keyboard layout?

@attila-v
Copy link

attila-v commented May 3, 2020

hi,
my experience is that if I switch off the numlock on the keyboard, the geany will get the Enter from the textbox. But I do not know, what if I my 14" laptop has not got numlock key...

@techee
Copy link
Member

techee commented May 3, 2020

Oh, that might be the problem - I test it on a notebook without numerical keyboard and numlock so I didn't see this. Will try it with an external keyboard.

@thewalldao
Copy link
Author

thewalldao commented May 5, 2020

hi,
my experience is that if I switch off the numlock on the keyboard, the geany will get the Enter from the textbox. But I do not know, what if I my 14" laptop has not got numlock key...

Thank you so much , now i can enter comand by switch off num lock, still don't know why this happen.

techee added a commit to techee/geany-plugins that referenced this issue May 6, 2020
Use gtk_accelerator_get_default_mod_mask() which should ignore caps lock
and num lock keys for us.

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

Successfully merging a pull request may close this issue.

3 participants