mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:37:59 +01:00
fixed ctrl-l
This commit is contained in:
@@ -220,7 +220,7 @@ liberator.config = { //{{{
|
||||
|
||||
liberator.mappings.add([liberator.modes.NORMAL], ["<C-l>"],
|
||||
"Redraw the screen",
|
||||
function () { liberator.commands.redraw(); });
|
||||
function () { liberator.commands.get("redraw").execute(); });
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////}}}
|
||||
////////////////////// COMMANDS ////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user