Zooming while searching doesn't quite work. Don't even mention it.
R7EJ6FPP2ZHM3QPEPZRALSPFGLDWRPFQAO4S6XFDUNZHSEZIFZOAC
ZUVS2754WHE4L3SMNFKGY5ZVBTIXUCYD3OVPDJBQM3AKPHSPMC3QC
YKRUNSPXQMYUZM2HC2BWRL3OLVF5X3Y3XASG7JCT4TW4VUHZD6ZAC
GQBUV2XOMEPMTXMPCBQWGGIUXGQDX77VTGPFIG6YT7G64ASOYHXQC
SPTL7VK47SAGTCGQDCQWMEFC43KWJNWCL76NSYHEVBENHIWKRWNAC
if Display_settings.mode == 'search' then add_hotkey_to_menu('esc: cancel') add_hotkey_to_menu('up: next match') add_hotkey_to_menu('down: previous match') add_hotkey_to_menu('ctrl+v: paste') return end
if Display_settings.mode == 'search' then
add_hotkey_to_menu('esc: cancel')
add_hotkey_to_menu('up: next match')
add_hotkey_to_menu('down: previous match')
add_hotkey_to_menu('ctrl+v: paste')
return
end
if Display_settings.mode == 'normal' then
if Display_settings.mode == 'normal'
then