From zedek at gnu-rox.org Sun Jun 12 08:52:37 2005 From: zedek at gnu-rox.org (Xavier Maillard) Date: Sun, 12 Jun 2005 10:52:37 +0200 Subject: [eclipse-devel] Test through gmane, please ignore Message-ID: This is a test to see if posting through gmane is now working for this list. Please, do not answer this message. Regards -- In Gruuik we trust From zedek at gnu-rox.org Sun Jun 12 08:54:27 2005 From: zedek at gnu-rox.org (Xavier Maillard) Date: Sun, 12 Jun 2005 10:54:27 +0200 Subject: [eclipse-devel] Re: Test through gmane, please ignore References: Message-ID: On 12 Jun 2005, Xavier Maillard wrote: > This is a test to see if posting through gmane is now working > for this list. > > Please, do not answer this message. > > Regards Great. -- Xavier Maillard, zedek at gnu-rox.org From zedek at gnu-rox.org Sun Jun 12 09:00:31 2005 From: zedek at gnu-rox.org (Xavier Maillard) Date: Sun, 12 Jun 2005 11:00:31 +0200 Subject: [eclipse-devel] Re: Test through gmane, please ignore In-Reply-To: (Xavier Maillard's message of "Sun, 12 Jun 2005 10:54:27 +0200") References: Message-ID: On 12 Jun 2005, Xavier Maillard verbalised: > On 12 Jun 2005, Xavier Maillard wrote: > > > This is a test to see if posting through gmane is now working > > for this list. > > > > Please, do not answer this message. > > > > Regards > > Great. Last: from list to gmane. Then enuff :) -- Xavier MAILLARD (GnuPG: 1024D/1E028EA5) EmacsOS user (http://emacsfr.org) APRIL (http://www.april.org) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 186 bytes Desc: not available URL: From zedek at gnu-rox.org Sun Jun 12 15:49:11 2005 From: zedek at gnu-rox.org (Xavier Maillard) Date: Sun, 12 Jun 2005 17:49:11 +0200 Subject: [eclipse-devel] Modifier keys Message-ID: Hello, Is it possible to use Mod4 as a modifier key in Eclipse ? I am used to Mod4 (aka left Windows key here) but I can't see how it is called and how I should tell Eclipse to use such a key. Any hint on this please ? Regards -- Xavier Maillard main(){printf(&unix["\021%six\012\0"],(unix)["have"]+"fun"-0x60);} From christian.lynbech at ericsson.com Mon Jun 13 10:05:08 2005 From: christian.lynbech at ericsson.com (Christian Lynbech) Date: Mon, 13 Jun 2005 12:05:08 +0200 Subject: [eclipse-devel] Modifier keys In-Reply-To: (Xavier Maillard's message of "Sun, 12 Jun 2005 17:49:11 +0200") References: Message-ID: What you need to know is what modifier is generated when you use the windows key. This can be easily tested by using the 'xev' application. Once you know that, you can match that name against the values in kb::*modifier->modifier-mask* On my machine, I have bound the windows key to META and the Alt key to 'ALT' which in eclipse parlor are the keywords :META-LEFT and :ALT-LEFT respectively, so to set up, say, ALT+left to switch screen, you can add something like the following to your .eclipse file: (define-key-combo :switch-screen-left :keys '(:LEFT) :modifiers '(:ALT-LEFT)) ------------------------+----------------------------------------------------- Christian Lynbech | christian #\@ defun #\. dk ------------------------+----------------------------------------------------- Hit the philistines three times over the head with the Elisp reference manual. - petonic at hal.com (Michael A. Petonic)