Share

GSwitchIt XKB toolkit for GNOME

Code

Programming Languages: C

License: GNU General Public License (GPL), GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics cvs -d:pserver:anonymous@gswitchit.cvs.sourceforge.net:/cvsroot/gswitchit login

cvs -z3 -d:pserver:anonymous@gswitchit.cvs.sourceforge.net:/cvsroot/gswitchit co -P modulename

Show:

What's happening?

  • Comment: Delay with switching to a layout (Libxklavier)

    Oh, I forget to login... Added comment to monitor issue.

    2009-12-09 17:29:44 UTC by muravjov

  • Delay with switching to a layout (Libxklavier)

    Here is my use case: I use Ctrl+Ins for switching between layouts (Russian and English). But many application suggests hot keys like Ctrl+Ins+ so I am out of luck in such cases now. It is because (gnome-settings-daemon?) switches immediately after pressing Ctrl and Shift so the last key pressing means just pressing only that single . This issue is actual with other switching...

    2009-12-09 17:26:36 UTC by nobody

  • Doesn't handle BadMatch errors

    It's possible for libxklavier to get XGetWindowProperties on a window and receive a BadMatch error. We're seeing that occasionally and it causes gnome-settings-daemon to crash. Although the documentation doesn't say it, BadMatch is a valid error response from XGetWindowProperties so it should be cleanly handled like BadWindow. Attaching a patch to do this.

    2009-08-04 13:18:00 UTC by burtonini