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