Skip to content
/ FEleven Public

A command line tool written in AutoHotkey for launching applications in fullscreen.

License

Notifications You must be signed in to change notification settings

iglvzx/FEleven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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)

About

A command line tool written in AutoHotkey for launching applications in fullscreen.

Resources

License

Stars

Watchers

Forks

Packages