emacs-eaf / emacs-application-framework

EAF, an extensible framework that revolutionizes the graphical capabilities of Emacs
GNU General Public License v3.0
3.02k stars 232 forks source link

mouse interaction causes emacs to stop responding to keys #1053

Open x0xntor33alx0x opened 1 year ago

x0xntor33alx0x commented 1 year ago

Describe the bug using the mouse on any part of the eaf buffer or using it outside of emacs while having the eaf window focused makes key events to emacs not responding or produce different behaviour until i use the mouse to select other buffer than eaf buffer.

To Reproduce

  1. M-x browse-url www.google.com
  2. use the mouse on any part of the eaf buffer or switch to other window and use the mouse
  3. try to use the keyboard keys and most of the keys dont work
  4. sometimes the keys work but with different behaviour (for ex: j zooms in and k zooms out)

Expected behavior keys keep working while being able to use the mouse

Versions (please complete the following info):

Additional context I use evil and evil states `in the eaf buffer to be able to use my normal mode keybindings to switch windows and so on.

manateelazycat commented 1 year ago

Did you settings "hover to focus" in Gnome?

x0xntor33alx0x commented 1 year ago

no it is set to Click to focus