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