Odd. The current version of kbdptr.c incorporates a different solution to the problem; it should work correctly, however, as far as I can see.
The patch, in any event, only applied if one uses more than 2 keysyms per key. A standard U.S. dvorak layout does not, as far as I know (although you may be using a Norwegian layout, right?). How does your dvorak layout modification work? If it's based on keycodes, it will probably not work (keycodes are server dependant). You should be doing something like 'keysym a = z' or the like, not 'keycode 1234 = z'. (Of course, running it twice will completely mangle things.) There is a very old program somewhere in the X11 contrib that can switch dvorak/qwerty automagically. If you can't find the source, I have it laying around here. According to Marius Kotsbak: > Do you (or somene else) have a version of the patch > (http://www.tridiavnc.com/list-mailist/1999-05/0018.html) for xmodmap > for 3.3.3 (newest)? > > And why isn't this patch included in the 3.3.3 release? Is there any > problems with including it? > > This is really annoying when I am sitting on a win-computer without > admin and want to change to dvorak-keymappings. When I run xmodmap > inside vnc (server running on linux) the mappings are completely wrong :-( > > Thanks in advance. > > Marius K -- Grant McDorman <[EMAIL PROTECTED]>, Sr. Software Design Consultant Cedara Software Corp. <URL:http://www.cedara.com> (formerly I.S.G. Technologies Inc.) Mississauga, Ontario, Canada [demime 0.97b removed an attachment of type application/pgp-signature] --------------------------------------------------------------------- To unsubscribe, mail [EMAIL PROTECTED] with the line: 'unsubscribe vnc-list' in the message BODY See also: http://www.uk.research.att.com/vnc/intouch.html ---------------------------------------------------------------------