F7 dans Kitty

J'aime beaucoup Kitty. Mais il y a un truc très dérangant c'est que j'aime aussi Midnight Commander et que dans Kitty, F7 = Print ce qui empèche le F7 dans MC.

J'ai enfin trouvé comment remapper cela.

Dans le kitty.ini;

il faut ajouter un bloc Shortcuts avec

print={SHIFT}{F7}
printall={CONTROL}{SHIFT}{F7}

Voici ce que j'ai mis

[Shortcuts]
editor={SHIFT}{F2}
winscp={SHIFT}{F3}
print={SHIFT}{F7}
printall={CONTROL}{SHIFT}{F7}
inputm={SHIFT}{F8}
viewer={SHIFT}{F11}
autocommand={SHIFT}{F12}
script={CONTROL}{F2}
sendfile={CONTROL}{F3}
getfile={CONTROL}{F4}
command={CONTROL}{F5}
tray={CONTROL}{F6}
visible={CONTROL}{F7}
input={CONTROL}{F8}
protect={CONTROL}{F9}
imagechange={CONTROL}{F11}
rollup={CONTROL}{F12}

Pour ceux qui ne comprennent pas de quoi je parle.

Lire la suite...