Any idea how to change this example from LarsJ so that the selection via arrow keys works for marked cells?
;coded by LarsJ
#include <WindowsConstants.au3>
#include <GUIConstantsEx.au3>
#include <GuiListView.au3>
Opt( "MustDeclareVars", 1 )
Global $hGui, $hLV, $iLVx, $iLVy, $aHit[2] = [ -1, -1...