mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 15:05:46 +01:00
Remove :beep.
This commit is contained in:
@@ -1315,11 +1315,6 @@ const Dactyl = Module("dactyl", {
|
|||||||
},
|
},
|
||||||
{ argCount: "0" });
|
{ 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]"],
|
commands.add(["dia[log]"],
|
||||||
"Open a " + config.appName + " dialog",
|
"Open a " + config.appName + " dialog",
|
||||||
function (args) {
|
function (args) {
|
||||||
|
|||||||
@@ -235,7 +235,6 @@ This file contains a list of all available commands, mappings and options.
|
|||||||
<dt><ex>:autocmd</ex></dt> <dd>Execute commands automatically on events</dd>
|
<dt><ex>:autocmd</ex></dt> <dd>Execute commands automatically on events</dd>
|
||||||
<dt><ex>:back</ex></dt> <dd>Go back in the browser history</dd>
|
<dt><ex>:back</ex></dt> <dd>Go back in the browser history</dd>
|
||||||
<dt><ex>:bdelete</ex></dt> <dd>Delete current buffer</dd>
|
<dt><ex>:bdelete</ex></dt> <dd>Delete current buffer</dd>
|
||||||
<dt><ex>:beep</ex></dt> <dd>Play a system beep</dd>
|
|
||||||
<dt><ex>:bmark</ex></dt> <dd>Add a bookmark</dd>
|
<dt><ex>:bmark</ex></dt> <dd>Add a bookmark</dd>
|
||||||
<dt><ex>:bmarks</ex></dt> <dd>List or open multiple bookmarks</dd>
|
<dt><ex>:bmarks</ex></dt> <dd>List or open multiple bookmarks</dd>
|
||||||
<dt><ex>:buffer</ex></dt> <dd>Switch to a buffer</dd>
|
<dt><ex>:buffer</ex></dt> <dd>Switch to a buffer</dd>
|
||||||
|
|||||||
@@ -13,19 +13,6 @@
|
|||||||
|
|
||||||
<h2 tag="various">Various commands</h2>
|
<h2 tag="various">Various commands</h2>
|
||||||
|
|
||||||
<item>
|
|
||||||
<tags>:beep</tags>
|
|
||||||
<strut/>
|
|
||||||
<spec>:beep</spec>
|
|
||||||
<description>
|
|
||||||
<p>
|
|
||||||
Play a system beep. This should not be used for any purpose other
|
|
||||||
than testing the visual bell or annoying your co-workers.
|
|
||||||
</p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<tags>:contexts</tags>
|
<tags>:contexts</tags>
|
||||||
<spec>:contexts <a>ex-command</a></spec>
|
<spec>:contexts <a>ex-command</a></spec>
|
||||||
|
|||||||
@@ -80,6 +80,7 @@
|
|||||||
- Add basic plugin authorship documentation.
|
- Add basic plugin authorship documentation.
|
||||||
- The help system is newly modularized and features significant
|
- The help system is newly modularized and features significant
|
||||||
updates, rewrites, and formatting improvements.
|
updates, rewrites, and formatting improvements.
|
||||||
|
* Removed :beep
|
||||||
* Removed :edit, :tabedit, and :winedit aliases.
|
* Removed :edit, :tabedit, and :winedit aliases.
|
||||||
* Removed :play.
|
* Removed :play.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user