[wiki-lenny] Ctrl+h affiche l'historique + TableOfContents packagé avec lenny est juste moins buggée

darcs-hash:20081215225323-bd074-4faa56d12742a05b6299c8cf1663a1687df8f2c1.gz
This commit is contained in:
Antoine Durand-Gasselin 2008-12-15 23:53:23 +01:00
parent 896899ce7c
commit 32cb1f9b60
2 changed files with 6 additions and 187 deletions

View file

@ -142,7 +142,12 @@ function keyHandler(e)
{
document.location.href = document.location.href+'?action=raw';
return false; // make it so the browser ignores key combo
}
}
if ( e.ctrlKey && kCode == 104) // ctrl+h
{
document.location.href = document.location.href+'?action=info';
return false;
}
if ( e.ctrlKey && kCode == 101) // ctrl+e
{
document.location.href = document.location.href+'?action=edit';