Re: [XFree86] Getting mouse cordinates

2005-02-01 Thread Henrik Sandklef
. ___ XFree86 mailing list XFree86@XFree86.Org http://XFree86.Org/mailman/listinfo/xfree86 -- Henrik Sandklef [EMAIL PROTECTED] Xnee maintainerhttp://www.gnu.org/software/xnee Free Software Foundation Europe http

Re: X Scroll Event

2005-01-27 Thread Henrik Sandklef
.Org http://XFree86.Org/mailman/listinfo/devel -- Henrik Sandklef [EMAIL PROTECTED] Xnee maintainerhttp://www.gnu.org/software/xnee Free Software Foundation Europe http://www.fsfeurope.org

Re: [XFree86] XUngrabKeyboard problem ?

2004-04-22 Thread Henrik Sandklef
the XNest-session from your main session. /h Ye it's working ! Thanks you very much for your help, i will be able to continue my work :) Romain On Thu, 2004-04-22 at 00:49, Henrik Sandklef wrote: Hmmm If you flush the X buffer after the ungrab call. Just add XFlush(disp

Re: [XFree86] XUngrabKeyboard problem ?

2004-04-21 Thread Henrik Sandklef
Hmmm If you flush the X buffer after the ungrab call. Just add XFlush(disp); That should do it... I hope :) BTW, I would have grabbed the keys insted of the whole keyboard. /hesa On Tue, 2004-04-20 at 20:28, Romain wrote: Humm nobody know where i can find help ? On Mon,

Re: [XFree86] mapping mouse-buttons to kbd keys

2004-03-29 Thread Henrik Sandklef
http://xkeymouse.sourceforge.net/ xkeymouse maps keyboard events to generate mouse motions generate button-press/release) generate keys (key-press/release) launch programs (e.g xmms, xtermI On Mon, 2004-03-29 at 17:52, Alan Coopersmith wrote: T. Horsnell (tsh)

[XFree86] what keycodes (key + modifiers) generate a given char

2004-03-23 Thread Henrik Sandklef
Hi! I like to know what keycodes (key + modifiers) are needed to generate/fake a given character. An example might make it clearer (I hope), I want an application to fake the user user typing the character /. On a swedish keyboard this is done like this: 1) press shift 2) press 7 3)

Re: [XFree86] x events logging / debugging

2003-12-26 Thread Henrik Sandklef
Try using xnee to log the X11 protocol http://www.gnu.org/software/xnee /hesa On Tue, 2003-12-16 at 14:36, Berge, Harry ten wrote: Hi, We're using Xft2/Fontconfig/Freetype2 to display truetype (chinese) fonts. However, we don't have the possibility to use a toolkit like Qt or GTK, so

Re: [XFree86] XTestFakeKeyEvent() and key repetition

2003-11-21 Thread Henrik Sandklef
Hi I am sorry the answer took so long! I've just compiled your code and I get a lot 1 keys pressed dusrng 5 seconds, so your code does the job... or do I miss something? It generates a key press and five seconds later a key release. Nothing more, nothing less. No repetition at all.

Re: [XFree86] XTestFakeKeyEvent() and key repetition

2003-11-21 Thread Henrik Sandklef
Hallo To begin with, I let some other dudes test the program and I got different reports... :) It repeated for some, but not for all. You don't happen to be running 4.3? That could be an explanation. I think this has nothing to do with the version you/they are running. Someone has set you

Re: Capturing events from the root window

2003-10-30 Thread Henrik Sandklef
On Thu, 2003-10-30 at 20:18, Dr Andrew C Aitchison wrote: On Thu, 30 Oct 2003, Gerhard W. Gruber wrote: Thanks for your explanation though. I wonder why such a thing never has been implemented. From what I saw brwosing the web I'm not the only one who could use this for some desktop

Re: [XFree86] xev ignores some keypresses

2003-10-16 Thread Henrik Sandklef
Hi I have a Logitech RH35 and all keys seem to be caught with xnee, using the following options: xnee --record --keyboard I use xkeymouse to tie the keys to actions. /h xnee: http://www.gnu.org/software/xnee/ xkeymouse: http://sourceforge.net/projects/xkeymouse/ On Thu, 2003-10-16 at

Re: [XFree86] Find Fake Event

2003-08-28 Thread Henrik Sandklef
Hi! You can fake events in (at least) two ways in X. One way is by using XSendEvent and another is by using the XTest extension. When using XSendEvent you can check in your application if the was sent with this function. Some sample code: XEvent ev; XNextEvent(ev); if

Re: automatic / full test

2003-07-25 Thread Henrik Sandklef
Hi! Can this be of any help? http://www.gnu.org/software/xnee/ Xnee can record, distribute and replay X (X11) protocol data. This is useful for automated tests of applications or benchmarking of applications. ...think of it as a robot. /hesa On Sun, 2003-07-06 at 20:15, Mark Vojkovich wrote:

Re: [XFree86] keyboards with special keys

2003-06-17 Thread Henrik Sandklef
Take a look at xkeymomuse: http://sourceforge.net/projects/xkeymouse/ /hesa On Mon, 2003-06-16 at 23:16, Bryan Koschmann - GKT wrote: Hey everyone, I'm looking for information on howto setup/configure a keyboard (namely a logitech elite w/ volume, www, mail, etc. buttons) to use under

Re: [Xpert]Mapping a keyboard key to mouse button 4 or 5.

2002-12-02 Thread Henrik Sandklef
xbut does this with button1-3. You have edit the source to mae it work with 4-5. I don't have time to spare to fix it right now (I am trying to release 1.0 of another program). In a few weeks or so. ;) http://www.sandklef.com/xbut/ Best regards, Henrik On Tue, 2002-11-19 at

Re: [Xpert]Event recording and replaying

2002-12-02 Thread Henrik Sandklef
HI! I am actually right now trying to get the documents right for Xnee 1.0, which (I hope) will implement what you want to do (recording/replaying). You can download the latest version from sourceforge.net if you can't wait 1-2 days for the 1.0 version. Best regards, Henrik On Thu, 2002-11-21

Re: [Xpert]XTestFakeKeyEvent - Problem

2002-10-24 Thread Henrik Sandklef
not sure if the problem is with XTestFakeKeyEvent . I would be happy if someone help me in this regard. Thanks, vamsi -- Henrik Sandklef [EMAIL PROTECTED] private ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

Re: [Xpert]How to debug extension?

2002-10-11 Thread Henrik Sandklef
to find anything I need. So, Is there any way to debug the extension? For example, XTEST extension. -- Henrik Sandklef [EMAIL PROTECTED] private ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

Re: [Xpert]How to debug extension?

2002-10-11 Thread Henrik Sandklef
[EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert -- Henrik Sandklef [EMAIL PROTECTED] private ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

Re: [Xpert]automating keypress events

2002-10-09 Thread Henrik Sandklef
/listinfo/xpert -- Henrik Sandklef [EMAIL PROTECTED] private ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

Re: [Xpert]Power button on keyboards

2002-10-07 Thread Henrik Sandklef
field and you can have it execute commands for you. How do I get it to run the script when I press that key? JohnFlux -- Henrik Sandklef [EMAIL PROTECTED] private ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

Re: [Xpert]netscape in record extension cause X Server crash

2002-09-19 Thread Henrik Sandklef
in advance! -- Henrik Sandklef [EMAIL PROTECTED] private ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

Re: [Xpert]X protocol recording and play back it

2002-09-10 Thread Henrik Sandklef
HI! Feel free to contact me, please use the following adress: [EMAIL PROTECTED] I am __TRYING__ to release Xnee 0.8 next week, so if you got any proposals or even bugs.. send them ASAP! Best regards, Henrik Sandklef (author of Xnee) /hesa On Mon, 2002-09-09 at 17:04

Re: [Xpert]RECORD client(recordlib Library)

2002-09-10 Thread Henrik Sandklef
to write such a client. The place i am getting stuck is in the XRecordInterceptProc handler part. Thanks, Preetham -- Henrik Sandklef [EMAIL PROTECTED] private ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

Re: [Xpert]Fake Event

2002-06-01 Thread Henrik Sandklef
On Wed, 2002-05-29 at 15:11, Bharathi S wrote: On 26 May 2002, Henrik Sandklef wrote: You can use XTest extension to do this You can look at xnee for an example on how to use XTest http://xnee.sourceforge.net How to download the source code from this site

Re: [Xpert]Fake Event

2002-05-26 Thread Henrik Sandklef
-- Henrik Sandklef http://www.sandklef.com/hesa/ Email [EMAIL PROTECTED] Software http://www.sandklef.com/software/ ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman

Re: [Xpert]Remote broadcast, possible?

2002-05-26 Thread Henrik Sandklef
-- Henrik Sandklef http://www.sandklef.com/hesa/ Email [EMAIL PROTECTED] Software http://www.sandklef.com/software/ ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org

Re: [Xpert]Trapping key sequences

2002-05-26 Thread Henrik Sandklef
On Thu, 2002-05-23 at 16:18, Oyvind Hallsteinsen wrote: Henrik Sandklef wrote: Take a look at xikbd http://www.sandklef.com/xikbd even though this doesn't answer your new questions: xikbd (using /etc(xikbdrc) works fine for me... [hesa@laphroaig hesa]$ xikbd --verbose

Re: [Xpert]Remote broadcast, possible?

2002-05-26 Thread Henrik Sandklef
-26 at 23:40, Henrik Sandklef wrote: You can use xnee http://xnee.sourceforge.net I am trying to put up a new release tomorrow (moday swedish time). But until then you can use the latest and start xnee with (something like) the following optins: xnee --distribute

Re: [Xpert]Trapping key sequences

2002-05-21 Thread Henrik Sandklef
the computer by switching to runlevel 6. --- -- Øyvind Hallsteinsen, HIST AITeL -- ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert -- Henrik Sandklef http://www.sandklef.com/hesa

Re: [Xpert]how to make Xmodmap starting programms by keycode

2002-05-19 Thread Henrik Sandklef
___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert -- Henrik Sandklef http://www.sandklef.com/hesa/ Email [EMAIL PROTECTED] Software http://www.sandklef.com/software

Re: [Xpert]Catching XButtonEvents globally.

2002-04-18 Thread Henrik Sandklef
EA18 ABA7 A6A3 ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert -- Henrik Sandklef http://www.sandklef.com/hesa/ Email [EMAIL PROTECTED] Software

Re: [Xpert]Special keys on laptop keyboard

2002-01-06 Thread Henrik Sandklef
HI! I think that xikbd can help you out! http://www.sandklef.com/xikbd/ Best regards Henrik On Sat, 2002-01-05 at 22:16, Lennart Poettering wrote: Foo! On my laptop from Medion I have four special keys on the upper right corner of the keyboard. I want use them under XFree4.

Re: [Xpert]mapping keystrokes to mouse buttons

2001-12-28 Thread Henrik Sandklef
I think that xbut will help you out. http://www.sandklef.com/xbut/ I will add some help printouts as soon as I can :) /hesa On Thu, 2001-12-27 at 05:29, Timothy Lu Hu Ball wrote: All I wanted was something simple. I have a touchpad, it's a PITA cause it only has two buttons. I

Re: [Xpert]Multihead Multicomputer

2001-11-26 Thread Henrik Sandklef
/talks/randr/randr/ ) to see what that is. /hesa I will try to track down an old error on one of my programs tonight I can't reproduce it so I'll post a question here in a while. On Fri, 2001-11-23 at 21:12, Shane Spencer wrote: On Fri, Nov 23, 2001 at 09:10:42PM +, Henrik Sandklef

Re: [Xpert]Press mouse buttons

2001-10-01 Thread Henrik Sandklef
HI ! I wrote xbut a while ago. Since that I have become father (again) so I have been doing (almost) nothing for a while. However, I am starting up. If you have any question, feel free to ask me Regards Henrik On Sun, 2001-09-30 at 22:35, Matthieu Herrb wrote: Anton Vorontsov wrote (in a