Zim

Comment 15 for bug 507372

Revision history for this message
Siim Põder (siim-p6drad-teel) wrote :

I also enabled the debugging code and saw I always have GDK_MOD2_MASK enabled (not just for tab) and I'm also seeing this problem.

xmodmap outputs, that:
mod2 Num_Lock (0x4d)

however, toggling num lock does not make a difference (maybe it's handled specially for the laptop keyboard "numpad" to work?). when I disable the mod2 alltogether with:
xmodmap -e 'clear mod2'

most of the other key combos requiring alt stop working (like alt-tab) while the indentation still does not work and sitll shows GDK_MOD2_MASK modifier.

some googling shows " * GDK_MOD2_MASK (don't know what; always on on my computer), ":
http://trac.campware.org/campcaster/changeset/1623/trunk/livesupport/products/gLiveSupport

and at least some people have implemented modifier lists that they accept (not sure if it's because of the same problem or not):
http://cryptosystem.org/projects/mod4/gnome-settings-daemon.patch