MR6AZIQOKRRF4FQX2KDDU7GLZHFRF7UPBDGNTCQYNCYGGKWJJ42AC
3JDTNKUEWV3V2ABWCOAR4I5LHY3R4MARCFAAQ3KEYGKYHQOXCC2QC
7RVHGLQKGOPWHUXZP2Z7ZK4TCJBEBTUUGXXBJPSIXF3M337YZJ2QC
GQBUV2XOMEPMTXMPCBQWGGIUXGQDX77VTGPFIG6YT7G64ASOYHXQC
IZAQ4C7DZ3OTGUPDYVRYJPHO6HT67HL7DZLPNIPWINBHNNLK42OAC
GWS6ZSRN42IR33F5MKX7XQM4EREIZKPUM73EBZUFEZACDIMNUIGQC
'maximize',
'maximize note', -- hard-coded at index 3; see candidates() below
-- slight context-sensitive tweak
-- slight context-sensitive tweaks if Display_settings.mode == 'normal' then Commands[3] = 'maximize note' else Commands[3] = 'back to surface' end
-- slight context-sensitive tweaks
if Display_settings.mode == 'normal' then
Commands[3] = 'maximize note'
else
Commands[3] = 'back to surface'
end
function command.maximize()
function command.maximize_note()
function command.back_to_surface() Display_settings.mode = 'normal'end
function command.back_to_surface()
Display_settings.mode = 'normal'