1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-18 06:33:32 +01:00

[muttator] new "x" and "h" mappings for HTML/header display

This commit is contained in:
Martin Stubenschrott
2008-06-07 23:11:06 +00:00
parent ff92690794
commit 9988e62ed9
2 changed files with 42 additions and 3 deletions

View File

@@ -1323,6 +1323,8 @@ liberator.Events = function () //{{{
if (!(liberator.modes.extended & liberator.modes.INPUT_MULTILINE))
liberator.commandline.onEvent(event); // reroute event in command line mode
}
else // NORMAL mode, no liberator mapping
liberator.beep();
}
}