1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 01:22:27 +01:00

ATTENTION: FIRST FIREFOX 3 alpha7+ ONLY RELEASE!

Ported bookmarks/keywords to Places
Disabled global history for now, will come soon.
This commit is contained in:
Martin Stubenschrott
2007-08-24 04:57:10 +00:00
parent 857cbb0337
commit a0f82aa9a1
6 changed files with 122 additions and 102 deletions

View File

@@ -49,7 +49,8 @@ const vimperator = (function() //{{{
ESCAPE_ALL_KEYS: 1 << 15,
QUICK_HINT: 1 << 16,
EXTENDED_HINT: 1 << 17,
ALWAYS_HINT: 1 << 18
ALWAYS_HINT: 1 << 18,
MENU: 1 << 19 // a popupmenu is active
}
var mode_messages = {};