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:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user