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