if (key === 'l') {
            var addr = r2ui.history_next();
            if (addr !== undefined && addr !== null) r2ui.seek(addr, false);
        }