hello -sorry about the delay-
well.. I made it.
using a mixture of all your answers I get it the way I want it.
first thing I did was replace MOD1 to MOD4, so ALT key now is free to
use.
for the F* keys.. I had to disable its by commenting its lines but the
few ones I already told.

now ION is as usable as I need..
thanks to all of you, people!
regards. 

El sáb, 20-08-2005 a las 12:00 +0200, [EMAIL PROTECTED]
escribió:
> Send Ion-general mailing list submissions to
>       [EMAIL PROTECTED]
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>       http://lists.berlios.de/mailman/listinfo/ion-general
> or, via email, send a message with subject or body 'help' to
>       [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Ion-general digest..."
> 
> 
> Today's Topics:
> 
>    1. howto disable all functions in ION but a few ones? (yojuancho)
>    2. Re: howto disable all functions in ION but a few ones? 
> (=?ISO-8859-1?Q?Sylvain_Ab=E9lard?=)
>    3. Re: howto disable all functions in ION but a few ones? (Jeremy 
> Maitin-Shepard)
>    4. Re: howto disable all functions in ION but a few ones? (Christopher 
> Hesse)
>    5. Re: howto disable all functions in ION but a few ones? (Tom Payne)
>    6. Re: howto disable all functions in ION but a few ones? (Tuomo Valkonen)
> 
> --__--__--
> 
> Message: 1
> Subject: howto disable all functions in ION but a few ones?
> From: yojuancho <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Organization: Organizacion =?ISO-8859-1?Q?=28=BF=3F=29?=
> Date: Fri, 19 Aug 2005 15:22:34 -0300
> 
> hi again
> well, gonna try to be clear..
> one of the goals of ion is to be designed for a 'keyboard-use', but with
> all of its features, special keys are reserved to ion internal functions
> and cannot be used on the apps running IN ion.. at last, I found myself
> using the mouse more than -4ex, in gnome. As an example: when I'm
> browsing the web, I try to go back one page using the ALT+[LeftArrow],
> but this combination is reserved to swiching frames in ion.. 
> another ex: when I'm using VB6, I need <F9> to compile, but it's
> reserved to move thru workspaces.. (I never use it at all!) ..and again,
> I must use the mouse..
> so..wanna release all of the F* keys and combinations from ion
> functions, but a few ones.. so now, the ones I want to keep:
> F2: to trigger a VT
> F3: to run commands
> F12: to call the 'main-menu'
> ..and that's all! all of the others keys and combinations of its, wanna
> to be free-to-use .. I don't use multiple frames nor workspaces..don't
> need to attach windows,nor SSH to nowhere, etc, etc.. (as U see, there's
> a lot of keys combinations reserved to ion internal use..)
> So.. how can I do that? -to release *all* of the combinations and
> special keys but the 3 ones above mentioned-
> thanks in advance.
> 
> 
> --__--__--
> 
> Message: 2
> Date: Fri, 19 Aug 2005 20:38:11 +0200
> From: =?ISO-8859-1?Q?Sylvain_Ab=E9lard?= <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: howto disable all functions in ION but a few ones?
> Cc: [EMAIL PROTECTED]
> 
> Hello,
> 
> > I must use the mouse..
> You don't. One never does. Just say you prefer to.
> 
> > so..wanna release all of the F* keys and combinations from ion
> > functions, but a few ones.. so now, the ones I want to keep:
> 
> What you want is not disabling Ion's functionalities (who would
> ever want that ?), what you  want is to change bindings.
> Just edit ~/.ion3/cfg_bindings.lua
> 
> I'll post my ready-to-use config soon if you want, there are no
> bindings conflicting with any other apps, and the philosophy is
> quite different from the default one.
> 
> > I don't use multiple frames nor workspaces..
> But why use a WM then ?
> 
> > So.. how can I do that? -to release *all* of the combinations and
> > special keys but the 3 ones above mentioned-
> 
> You need to understand that Ion is configurable, and that a key
> binding is different from the functionality attached to it by default.
> 
> Ion has loads of nice stuff for you, and using it efficiently requires
> a bit of work, such as reading base documentation. It takes a 
> little time at the beginning, but it saves you lots of time and pain
> later.
> 
> See you soon, I'll post my config somewhere and explain it.
> 
> -- 
> Sylvain Abelard,
> 
> --__--__--
> 
> Message: 3
> From: Jeremy Maitin-Shepard <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: howto disable all functions in ION but a few ones?
> Date: Fri, 19 Aug 2005 14:40:55 -0400
> 
> What you should do is use a different key as your modifier.  A "Windows"
> or "Command" key often works well.
> 
> -- 
> Jeremy Maitin-Shepard
> 
> --__--__--
> 
> Message: 4
> Date: Fri, 19 Aug 2005 14:51:31 -0400
> From: Christopher Hesse <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: howto disable all functions in ION but a few ones?
> 
> On Fri, Aug 19, 2005 at 03:22:34PM -0300, yojuancho wrote:
> > so..wanna release all of the F* keys and combinations from ion
> > functions, but a few ones.. so now, the ones I want to keep:
> > F2: to trigger a VT
> > F3: to run commands
> > F12: to call the 'main-menu'
> 
> > So.. how can I do that? -to release *all* of the combinations and
> > special keys but the 3 ones above mentioned-
> > thanks in advance.
> 
> Assuming you are using ion3:
> 
>   Copy cfg_ion.lua and cfg_bindings.lua to ~/.ion3
> 
>   In cfg_ion.lua:
> 
>     You can change the key to use from Alt to something else, the Windows
>     key seems to be pretty popular.  This will stop collisions such as those
>     with your webbrowser.
> 
>     Defining a MOD2 will stop collisions with your F-keys.  Though in my
>     case, I replaced most of the MOD2 references in cfg_bindings.lua with
>     MOD1, so I only hit my MOD2 key on special occasions.
>     
>   In cfg_bindings.lua:
>   
>     You can change all your keybindings and delete the ones you do not like.
>     
>   You don't really need to know Lua to just copy and paste and delete, and
>   there's even a guide for this kind of thing:
>     
> http://modeemi.cs.tut.fi/~tuomov/ion/doc-3/ionconf/node4.html#SECTION00420000000000000000
> 
> -- 
> +Chris
> 
> 
> --__--__--
> 
> Message: 5
> Date: Fri, 19 Aug 2005 23:34:25 +0200
> From: Tom Payne <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: howto disable all functions in ION but a few ones?
> 
> On Fri, Aug 19, 2005 at 02:40:55PM -0400, Jeremy Maitin-Shepard wrote:
> > What you should do is use a different key as your modifier.  A "Windows"
> > or "Command" key often works well.
> 
> Amen. Using the Windows key means that (in my experience) there are never
> any conflicts between applications and the window manager. IIRC Tuomo uses
> the Alt key by default for compatibility reasons between platforms.
> -- 
> Tom
> 
> --__--__--
> 
> Message: 6
> To: [EMAIL PROTECTED]
> From: Tuomo Valkonen <[EMAIL PROTECTED]>
> Subject:  Re: howto disable all functions in ION but a few ones?
> Date: Fri, 19 Aug 2005 22:13:20 +0000 (UTC)
> Organization:  modeemi.fi
> 
> On 2005-08-19, Tom Payne <[EMAIL PROTECTED]> wrote:
> > On Fri, Aug 19, 2005 at 02:40:55PM -0400, Jeremy Maitin-Shepard wrote:
> >> What you should do is use a different key as your modifier.  A "Windows"
> >> or "Command" key often works well.
> >
> > Amen. Using the Windows key means that (in my experience) there are never
> > any conflicts between applications and the window manager. IIRC Tuomo uses
> > the Alt key by default for compatibility reasons between platforms.
> 
> I don't use Alt by default, I use "Mod1", which is not always Alt.
> On Suns it is often the diamond keys, and on them there's no conflict
> between Ion's bindings and apps that go through the trouble of finding
> what modifier Alt is mapped to, if any. In any case, in my experience,
> Mod1 can be always expected to be mapped to something sane, but the
> same can not be said of the other modifiers, and actually trying to
> find the modifier for some other key than Alt would seem even more
> problematic to do portably and still have some working modifier.
> 

Reply via email to