1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 19:44:13 +01:00

Fix some bugs.

This commit is contained in:
Kris Maglione
2008-12-29 13:43:26 -05:00
parent 9c61562ac5
commit 72cb6c35e9
2 changed files with 3 additions and 2 deletions

View File

@@ -38,7 +38,6 @@ function AutoCommands() //{{{
/////////////////////////////////////////////////////////////////////////////{{{
var store = [];
var lastFocus = null;
function matchAutoCmd(autoCmd, event, regex)
{
@@ -295,6 +294,8 @@ function Events() //{{{
var fullscreen = window.fullScreen;
var lastFocus = null;
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