mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:18:00 +01:00
disable beep on command line blur, as it has side effects. Also fixes :message in muttator
This commit is contained in:
@@ -718,7 +718,9 @@ function CommandLine() //{{{
|
||||
event.originalTarget == commandWidget.inputField)
|
||||
{
|
||||
commandWidget.inputField.focus();
|
||||
liberator.beep();
|
||||
// a beep would be nice, but unfortunately firefox also fires
|
||||
// this event when switching windows while the command line has focus
|
||||
// liberator.beep();
|
||||
}
|
||||
}, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user