All Projects → iglvzx → FEleven

iglvzx / FEleven

Licence: GPL-3.0 license
A command line tool written in AutoHotkey for launching applications in fullscreen.

Programming Languages

autohotkey
350 projects

#FEleven

##About

FEleven is a command line tool written in AutoHotkey_L.

If an application does not have it's own fullscreen command line argument and if it supports pressing F11 to enter fullscreen mode, then FEleven can open the target application and simulate F11 upon launch.

The result is being able to launch that application in fullscreen when it wasn't possible before.

##Compatibility

  • Windows XP
  • Windows Vista
  • Windows 7
  • Windows 8

##Instructions

  1. Download the latest version of feleven.exe.

  2. Launch the "F11-able" target application by calling feleven with a target and window-title parameter.

     feleven "path\to\target.exe" "Window Title"
    

Notes:

The window-title string parameter can be any substring in the application's window title.

All additional parameters relating to the target application should be included in FEleven's first parameter:

feleven "path\to\target.exe parameter1 ..." "Window Title"

##Tips

  • Place feleven in a %Path% directory!

  • Use feleven in the target field of a shortcut (.lnk) file!

##Built-in Support

Currently, FEleven has built-in support for the following popular browsers, allowing you to omit the 2nd, window-title parameter:

  • Mozilla Firefox

      feleven "path\to\firefox.exe ..."
    
  • Google Chrome

      feleven "path\to\chrome.exe ..."
    
  • Opera

      feleven "path\to\opera.exe ..."
    
  • Internet Explorer

      feleven "path\to\iexplore.exe ..."
    

##Copyright

©2012-2013 Izzy Galvez. All rights reserved.

##License

GNU Generic Public License (v3)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].