1
0
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:
Martin Stubenschrott
2008-05-25 09:56:52 +00:00
parent f7be4eccd0
commit 69a04eeb09

View File

@@ -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 ////////////////////////////////////////////////