This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // This script is a modified version of Thomas Malloch's "Focus Last Active Window on Other Monitor", last modified Sep 14, 2016. | |
| // The original script can be found here: | |
| // https://www.displayfusion.com/ScriptedFunctions/View/?ID=feb3f25b-de43-40d3-bddc-23a13bdde7bb | |
| // | |
| // The following items have been changed | |
| // - IsDisplayFusionWindowOrHiddenExplorerWindow now stores "BFS.Window.GetClass(window)" into a string, whereas it was executed in each IF check | |
| // - The typo "visable" was corrected to "visible" | |
| // - "using System.Drawing;" has been removed because it is not used. | |
| // | |
| // Modification by wolfreak99 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // This script is a modified version of Thomas Malloch's "Focus Last Active Window on Other Monitor", last modified Sep 14, 2016. | |
| // The original script can be found here: | |
| // https://www.displayfusion.com/ScriptedFunctions/View/?ID=feb3f25b-de43-40d3-bddc-23a13bdde7bb | |
| // | |
| // The following items have been changed | |
| // - GetVisibleWindowHandles is now directly stored into a List, whereas it was previously iterated through and stored into a seperate dictionary. | |
| // - IsDisplayFusionWindowOrHiddenExplorerWindow now stores "BFS.Window.GetClass(window)" into a string, whereas it was executed in each IF check | |
| // - The typo "visable" was corrected to "visible" | |
| // - "using System.Drawing;" has been removed because it is not used. | |
| // |