Etiquette, expectations, entitlement...@autoexec_bin | #magiclantern | Discord | Reddit | Server issues
test_menu = menu.new{ name = "Show keypress", choices = { "Off", "On" }, value = "On",}function event.keypress(key) if key == KEY.INFO then repeat lens.focus(-1,3,false) until lens.focus_distance >= lens.hyperfocal return false else return true endend
Do these comments help: https://bitbucket.org/hudson/magic-lantern/pull-requests/748/focus-backend-updates-precise-focus/diff ?