On Tue, 26 Oct 2004 14:08:07 +0200, Raphael Bauduin <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm a new user of Ion and this is my first mail to this list.
> Although I still need to fix some things, I think I'll stick with Ion.
> One of the things I have to fix for example is that I can't use F5 or F6 with
> midnight commander to copy/move files.
> I tried MOD1+K Q and F5, but it doesn't work..... Any one having suggestions?
My advice would be to crack open the ion bindings file
(ion-bindings.lua in ion2) and set SECOND_MOD to something- possibly
even DEFAULT_MOD. Then fix whichever bindings clash and/or comment out
ones you aren't going to use.
I use the windows-key on my PC keyboard as the modifier to free-up alt
for applications, too:
~/.xmodmap:
keycode 115 = Super_L
add Mod3 = Super_L
~/.xsession:
xmodmap ~/.xmodmap$
~/.ion2/ion.lua:
DEFAULT_MOD = "Mod3+"
--
Jon Dowland
[EMAIL PROTECTED]