Idea 💡, if I have a cell nested within the bounds of other cells, I would like to be able to mark that cell / region as a hidden region. The benefit would be to inject a custom action when focussing FROM the hidden region.
Ideally, when swapping from a hidden cell, GridLayout would auto hs.window.focussedWindow():sendToBack() so that the non-hidden regions would all be 'in front` of the hidden one.... below is a layout example:
Being able to have cell 1 focussed, then summon cell 3, and then when re-focussing cell 1, auto sentToBack() the hidden cell 3.
Idea 💡, if I have a cell nested within the bounds of other cells, I would like to be able to mark that cell / region as a
hiddenregion. The benefit would be to inject a custom action when focussing FROM thehiddenregion.Ideally, when swapping from a hidden cell, GridLayout would auto
hs.window.focussedWindow():sendToBack()so that the non-hidden regions would all be 'in front` of the hidden one.... below is a layout example:Being able to have
cell 1focussed, then summoncell 3, and then when re-focussingcell 1, autosentToBack()the hiddencell 3.