Results -9 to 0 of 64

Threaded View

  1. #10
    Player
    Laperouge's Avatar
    Join Date
    Mar 2011
    Location
    Ul'Dah
    Posts
    78
    Character
    Lelouch Laperouge
    World
    Sargatanas
    Main Class
    Miner Lv 50
    Using AutohHotkey and this script.
    ^+a::
    WinSet, Style, -0xC00000,a ; remove the titlebar and border(s)
    WinMove, a, , 0, 0, 1366, 768 ; move the window to 0,0 and resize it to 1366x768
    return

    Copy this in txt and after that - rename in (example) FFXIV.ahk
    And beautiful!) playing pseudo Full Screen and can use Alt+Tab
    P.S.
    ^+a= Shift+Ctrl+A
    (0)
    Last edited by Laperouge; 03-17-2011 at 01:16 AM.