Re: F26: particular keystrokes cause Xorg to freeze momentarily, looking for debugging suggestions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 17 Jul 2017 06:15:37 -0000
"Daniel Miranda" <danielkza2@xxxxxxxxx> wrote:

> When I press the slash/question-mark (on a PT-BR keyboard) key while
> focused into a window, or when pressing backspace to erase that slash
> immediately afterwards, X11 will freeze for about a second consuming
> 100% CPU. No other key causes the same behavior, not even the slash
> key from the numeric keypad. I can observe the issue in GTK2, GTK3,
> Qt and custom applications (such as Chrome and Firefox), but I cannot
> reproduce the behavior when sending inputs to `xev` for observation.
> Even GDM is afflicted when typing my user password, before ever
> having logged in.

This sounds a lot like a vim plugin for editing html.  In that plugin,
it uses the , as the key to indicate that it is receiving a command.
So, whenever a comma is typed, it treats any character within a second
as a command, and does a lookup to see if it should do anything.  This
causes a pause whenever a , is typed if that plugin is active.

The fact that xev isn't affected by this suggests some type of macro in
the key interpretation chain, as I think that xev gets raw keycodes
directly from the kernel.  Do you have any kind of desktop assistant
that would create macros installed?  Something that would monitor all
your keystrokes, looking for shortcuts that would do things for you.

I checked the keymappings in /usr/share/X11/xkb/symbols/pt, but it
inherits the slash from latin(type4), and I couldn't find that.  That
is unlikely to be the cause.
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux