mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-18 10:13:32 +01:00
Move marks to storage module.
This commit is contained in:
@@ -255,9 +255,8 @@ liberator.Events = function () //{{{
|
||||
var inputBufferLength = 0; // count the number of keys in v.input.buffer (can be different from v.input.buffer.length)
|
||||
var skipMap = false; // while feeding the keys (stored in v.input.buffer | no map found) - ignore mappings
|
||||
|
||||
liberator.storage.newObject('macros', false);
|
||||
var macros = liberator.storage.newMap('macros', true);
|
||||
|
||||
var macros = liberator.storage.macros;
|
||||
var currentMacro = "";
|
||||
var lastMacro = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user