Re: Howdy! Newbie with keyboard patches.

2007-01-23 Thread Peter Seebach
In message <[EMAIL PROTECTED]>, Christoph Frick writes: >On Mon, Jan 22, 2007 at 02:07:34PM -0600, Peter Seebach wrote: >> I have implemented and tested a patch which is almost certainly unsuitable >> for production, but which is very convenient to me; it is this patch I &g

Re: Howdy! Newbie with keyboard patches.

2007-01-22 Thread Peter Seebach
In message <[EMAIL PROTECTED]>, "Dmitry Timoshkov" writes: >Usually xmodmap is used to redefine keys behaviour in X11, no need for 3rd >party >apps. If xmodmap could do this, I'd agree. Xmodmap can't map "F13" to "Control-F1", though, and many Windows apps can't hack F13. Xmodmap can only map k

Re: Howdy! Newbie with keyboard patches.

2007-01-22 Thread Peter Seebach
In message <[EMAIL PROTECTED]>, "Dmitry Timoshkov" writes: >> I have implemented and tested a patch which is almost certainly unsuitable >> for production, but which is very convenient to me; it is this patch I >> enclose. This patch replaces F13-F24 with "control-alt-F1" through >> "control-alt-F

Re: Howdy! Newbie with keyboard patches.

2007-01-22 Thread Peter Seebach
Someone asked for a copy in unified diff format. So, here's the version that also translates F25-F32 into control-alt-shift (F1-F8). I don't know my way around the rest of the tree to encode this cleanly as an option for winecfg. --- wine-0.9.29/dlls/winex11.drv/keyboard.c 2007-01-09 09:42

Re: Howdy! Newbie with keyboard patches.

2007-01-22 Thread Peter Seebach
In message <[EMAIL PROTECTED]>, Peter Seebach writes: >I have implemented and tested a patch which is almost certainly unsuitable >for production, but which is very convenient to me; it is this patch I >enclose. This patch replaces F13-F24 with "control-alt-F1" through &g

Howdy! Newbie with keyboard patches.

2007-01-22 Thread Peter Seebach
Hi! I'm new to Wine, but not a total newbie at C. I have a very specific interest: I would like Wine to support more keys. Background: Windows has support for no fewer than 24 function keys; in fact, possibly, as many as 32. However, right now, Wine only supports 16 of them. It is insanely t