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 >> enclose. This patch rep

Re: Howdy! Newbie with keyboard patches.

2007-01-23 Thread Christoph Frick
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 > enclose. This patch replaces F13-F24 with "control-alt-F1" through > "control-alt-

Re: Howdy! Newbie with keyboard patches.

2007-01-23 Thread Christoph Frick
On Tue, Jan 23, 2007 at 08:58:24AM +0100, Tomas Carnecky wrote: > I'm sure I could hack you a small app that takes input events from > /dev/input/eventX and uses XTest to fake X key events. That way you > could 'map' F13 to Control-F1. I've written a few 'drivers' for input > devices (MS Strategic

Re: Howdy! Newbie with keyboard patches.

2007-01-22 Thread Tomas Carnecky
Peter Seebach wrote: > 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 ca

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 Dmitry Timoshkov
"Peter Seebach" <[EMAIL PROTECTED]> wrote: If this is not how Windows handles those keys then that's obviously a not acceptable solution for Wine. How windows handles them is "you run a second app that hooks keys". Can I run one app under Wine that intercepts and modifies key codes for anothe

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 Dmitry Timoshkov
"Peter Seebach" <[EMAIL PROTECTED]> wrote: 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, Wi

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 >"control-alt-F12", and F25-

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