-
xev output is (both events are triggered by only one keypress):
KeyPress event, serial 28, synthetic NO, window 0x2400001,
root 0x5d, subw 0x0, time 173109, (165,-17), root:(170,8),
state 0x10, keycode 178 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 28...
2008-05-12 10:39:23 UTC in keyTouch
-
Correction to my last comment: the original keycode was of course HOMEPAGE, not HOME. The definition file was thus correct. Somehow the behaviour has changed, so that HOMEPAGE no longer works.
2008-05-03 18:38:06 UTC in keyTouch
-
Same Problem here. Different Keyboard, but again scancode 178. I edited the keyboard definition file and changed the keycode from HOME to WWW. Everything works fine now.
2008-05-03 18:28:57 UTC in keyTouch
-
The current implementation does not support POSIX-style groups. This can easily be fixed by adding the following code to the bottom of the ldap_members() function (in functions_ldap_groups.php).
This leaves the existing group evaluation as is, which does not make sense in a POSIX-only group scheme, but at least it shouldn't break anything:
Here's the code:
// The above code does not...
2007-06-16 10:18:24 UTC in LDAP Auth MOD (phpBB)
-
Webcalendar 1.0.4 assumes an ISO-8859-1 encoded database. If the database has a different encoding (like UTF-8), non-ASCII characters get messed up.
As a simple workaround you could ensure the database is created with the proper encoding, but this is not the best choice since we cannot rely on this.
Many databases support on-the-fly-conversion between encodings. For PostgreSQL, it's...
2006-12-12 13:26:56 UTC in WebCalendar