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

Add :history -sort.

This commit is contained in:
Kris Maglione
2010-12-22 22:15:24 -05:00
parent 69581c1428
commit 2b016d2e6a
4 changed files with 56 additions and 13 deletions

View File

@@ -902,7 +902,6 @@ const Events = Module("events", {
input.postExecute = mode.params.postExecute;
if (mode.params.onEvent)
input.fallthrough = function (event) {
util.dump("fallthrough", String(mode), events.toString(event));
// Bloody hell.
if (events.toString(event) === "<C-h>")
event.dactylString = "<BS>";