1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 20:02:27 +01:00

[muttator] some new compose mappings

This commit is contained in:
Martin Stubenschrott
2008-06-08 23:48:33 +00:00
parent 460e56acaf
commit ec91920bb8
4 changed files with 36 additions and 5 deletions

View File

@@ -1338,7 +1338,9 @@ liberator.Events = function () //{{{
liberator.commandline.onEvent(event); // reroute event in command line mode
}
else if (liberator.mode != liberator.modes.INSERT && liberator.mode != liberator.modes.TEXTAREA)
{
liberator.beep();
}
}
}