mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 12:05:47 +01:00
Remove :beep.
This commit is contained in:
@@ -1315,11 +1315,6 @@ const Dactyl = Module("dactyl", {
|
||||
},
|
||||
{ argCount: "0" });
|
||||
|
||||
commands.add(["beep"],
|
||||
"Play a system beep", // Play? Wrong word. Implies some kind of musicality. --Kris
|
||||
function () { dactyl.beep(); },
|
||||
{ argCount: "0" });
|
||||
|
||||
commands.add(["dia[log]"],
|
||||
"Open a " + config.appName + " dialog",
|
||||
function (args) {
|
||||
|
||||
Reference in New Issue
Block a user