mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 06:17:58 +01:00
:set [no]focuscontent, thanks Paul!
This commit is contained in:
@@ -142,7 +142,9 @@ liberator.Buffer = function () //{{{
|
||||
////////////////////// OPTIONS /////////////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
|
||||
liberator.options.add(["fullscreen", "fs"], "Show the current window fullscreen", "boolean", false,
|
||||
liberator.options.add(["fullscreen", "fs"],
|
||||
"Show the current window fullscreen",
|
||||
"boolean", false,
|
||||
{
|
||||
setter: function (value) { window.fullScreen = value; },
|
||||
getter: function () { return window.fullScreen; }
|
||||
|
||||
Reference in New Issue
Block a user