mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 10:47:59 +01:00
Blur focused element on return to NORMAL mode.
This commit is contained in:
@@ -923,7 +923,8 @@ function Commands() //{{{
|
|||||||
[["-bang"], commandManager.OPTION_NOARG],
|
[["-bang"], commandManager.OPTION_NOARG],
|
||||||
[["-count"], commandManager.OPTION_NOARG],
|
[["-count"], commandManager.OPTION_NOARG],
|
||||||
[["-complete"], commandManager.OPTION_STRING,
|
[["-complete"], commandManager.OPTION_STRING,
|
||||||
function (arg) arg in completeOptionMap || /custom,\w+/.test(arg)]
|
function (arg) arg in completeOptionMap || /custom,\w+/.test(arg),
|
||||||
|
function (context) [[k, ''] for ([k, v] in Iterator(completeOptionMap))]]
|
||||||
],
|
],
|
||||||
literal: 1,
|
literal: 1,
|
||||||
serial: function () [
|
serial: function () [
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ const modes = (function () //{{{
|
|||||||
options.setPref("accessibility.browsewithcaret", false);
|
options.setPref("accessibility.browsewithcaret", false);
|
||||||
|
|
||||||
statusline.updateUrl();
|
statusline.updateUrl();
|
||||||
liberator.focusContent(false);
|
liberator.focusContent(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user