mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:58:00 +01:00
<c-u> doesn't beep anymore when there is no text to delete
This commit is contained in:
@@ -237,7 +237,8 @@ liberator.Editor = function () //{{{
|
||||
// broken in FF3, deletes the whole line:
|
||||
// liberator.editor.executeCommand("cmd_deleteToBeginningOfLine", 1);
|
||||
liberator.editor.executeCommand("cmd_selectBeginLine", 1);
|
||||
liberator.editor.executeCommand("cmd_delete", 1);
|
||||
if (getController().isCommandEnabled("cmd_delete"))
|
||||
liberator.editor.executeCommand("cmd_delete", 1);
|
||||
});
|
||||
|
||||
liberator.mappings.add(modes,
|
||||
|
||||
Reference in New Issue
Block a user