Folding section selection macro
-
Hi everyone, first post here…
Working on markup languages I realized there is no (an easy way) to select a whole folding section, so I made a macro to do it simply, here it comes:<Macro name="Select this folding section" Ctrl="no" Alt="yes" Shift="no" Key="70"> <Action type="2" message="0" wParam="44030" lParam="0" sParam="" /> <Action type="0" message="2451" wParam="0" lParam="0" sParam="" /> <Action type="0" message="2306" wParam="0" lParam="0" sParam="" /> <Action type="0" message="2303" wParam="0" lParam="0" sParam="" /> <Action type="2" message="0" wParam="44031" lParam="0" sParam="" /> </Macro>
It’s setted to
Alt+F
, have fun ;)